summaryrefslogtreecommitdiff
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
commita2249a8b08e3aaacb1c80c8d1a2394ba2826e271 (patch)
tree9db48e74d0343ab68803ed616860d125d8065e34
parent56d2d1e4c24fd63ff68b5f3a322c8536c7f0cc4a (diff)
downloadpython-coveragepy-git-a2249a8b08e3aaacb1c80c8d1a2394ba2826e271.tar.gz
Pylint will read pylintrc files by default. Who knew?
--HG-- rename : .pylintrc => pylintrc
-rw-r--r--Makefile2
-rw-r--r--pylintrc (renamed from .pylintrc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 666d38a5..05881057 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
diff --git a/.pylintrc b/pylintrc
index f11174b4..f11174b4 100644
--- a/.pylintrc
+++ b/pylintrc