Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Renamed pylintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
Clinton Blackburn committed Sep 26, 2014
1 parent a4ce21d commit a26ab26
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 @@ -32,7 +32,7 @@ accept:

quality:
pep8 --config=.pep8 analytics_dashboard
cd analytics_dashboard && pylint --rcfile=../.pylintrc $(PACKAGES)
cd analytics_dashboard && pylint --rcfile=../pylintrc $(PACKAGES)

# Ignore module level docstrings and all test files
#cd analytics_dashboard && pep257 --ignore=D100,D203 --match='(?!test).*py' $(PACKAGES)
Expand Down
File renamed without changes.

0 comments on commit a26ab26

Please sign in to comment.