Skip to content

Commit

Permalink
move pylintrc into test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Oct 13, 2016
1 parent e500225 commit a23935b
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 @@ -17,7 +17,7 @@ clean: clean-deploy

.PHONY: lint
lint:
PYTHONPATH=$(PYTHONPATH) pylint redbot
PYTHONPATH=$(PYTHONPATH) pylint --rcfile=test/pylintrc redbot

.PHONY: typecheck
typecheck:
Expand Down
File renamed without changes.

0 comments on commit a23935b

Please sign in to comment.