Skip to content

Commit d48dc96

Browse files
committed
chore: exclude invalid name check in pylint
Signed-off-by: Tamas Kurics <[email protected]>
1 parent e861a36 commit d48dc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

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

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

0 commit comments

Comments
 (0)