diff --git a/Makefile b/Makefile index d6163e2..d68ab92 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,4 @@ cover: sh run-tests.sh -C pylint: - find lib -name '*.py' -a '!' -path '*/tests/*' | xargs pylint -d C + find lib -name '*.py' -a '!' -path '*/tests/*' | xargs pylint -d C -d R