We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757ccd7 commit d258651Copy full SHA for d258651
Makefile
@@ -41,7 +41,7 @@ pep8:
41
@echo 'PEP8: OK'
42
43
pylint:
44
- @pylint --rcfile=pylint.rc $(PACKAGE)
+ @pylint --reports=n --rcfile=pylint.rc $(PACKAGE)
45
46
doc:
47
@echo 'Generating documentation'
0 commit comments