Commit b024fd54 by Clinton Blackburn

Corrected pylintrc filename

parent fbb13c14
......@@ -39,7 +39,7 @@ view.diff.report:
quality:
pep8 --config=.pep8 $(PACKAGES)
pylint --rcfile=.pylintrc $(PACKAGES)
pylint $(PACKAGES)
# Ignore module level docstrings and all test files
#pep257 --ignore=D100,D203 --match='(?!test).*py' $(PACKAGES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment