Skip to content

Commit

Permalink
Corrected pylintrc filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Clinton Blackburn committed Sep 26, 2014
1 parent fbb13c1 commit b024fd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
File renamed without changes.

0 comments on commit b024fd5

Please sign in to comment.