Skip to content

Commit 4e56fe8

Browse files
authored
Ignore too-many-positional-arguments pylint error (#1445)
Signed-off-by: Bala.FA <[email protected]>
1 parent b7da8a8 commit 4e56fe8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ getdeps:
77

88
check: getdeps
99
@echo "Running checks"
10-
@pylint --reports=no --score=no --disable=R0401,R0801 minio/*py
11-
@pylint --reports=no --score=no minio/credentials tests/functional
10+
@pylint --reports=no --score=no --disable=R0401,R0801,R0917 minio/*py minio/credentials tests/functional
1211
@isort --diff .
1312
@find . -name "*.py" -exec autopep8 --diff --exit-code {} +
1413
@mypy minio

0 commit comments

Comments
 (0)