Skip to content

Commit a26ab26

Browse files
author
Clinton Blackburn
committed
Renamed pylintrc file
1 parent a4ce21d commit a26ab26

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ accept:
3232

3333
quality:
3434
pep8 --config=.pep8 analytics_dashboard
35-
cd analytics_dashboard && pylint --rcfile=../.pylintrc $(PACKAGES)
35+
cd analytics_dashboard && pylint --rcfile=../pylintrc $(PACKAGES)
3636

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

0 commit comments

Comments
 (0)