We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ce21d commit a26ab26Copy full SHA for a26ab26
Makefile
@@ -32,7 +32,7 @@ accept:
32
33
quality:
34
pep8 --config=.pep8 analytics_dashboard
35
- cd analytics_dashboard && pylint --rcfile=../.pylintrc $(PACKAGES)
+ cd analytics_dashboard && pylint --rcfile=../pylintrc $(PACKAGES)
36
37
# Ignore module level docstrings and all test files
38
#cd analytics_dashboard && pep257 --ignore=D100,D203 --match='(?!test).*py' $(PACKAGES)
.pylintrc renamed to pylintrc
0 commit comments