summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-04-25 19:46:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-04-25 19:46:17 -0400
commit3ac2bd704a83c7c2e7a2b27d9033eab8596c03b4 (patch)
tree3de5622449e0796d1c37e5703ac30d78bdc7e290 /Makefile
parentdfe6463e39906d3f1ea38557e64a4fd0287b0f15 (diff)
downloadpython-coveragepy-3ac2bd704a83c7c2e7a2b27d9033eab8596c03b4.tar.gz
Pylint will read pylintrc files by default. Who knew?
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 666d38a..0588105 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ sterile: clean
LINTABLE = coverage igor.py setup.py tests
lint:
- -pylint --rcfile=.pylintrc $(LINTABLE)
+ -pylint $(LINTABLE)
python -m tabnanny $(LINTABLE)
python igor.py check_eol