diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-04-25 19:46:17 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-04-25 19:46:17 -0400 |
commit | a2249a8b08e3aaacb1c80c8d1a2394ba2826e271 (patch) | |
tree | 9db48e74d0343ab68803ed616860d125d8065e34 | |
parent | 56d2d1e4c24fd63ff68b5f3a322c8536c7f0cc4a (diff) | |
download | python-coveragepy-git-a2249a8b08e3aaacb1c80c8d1a2394ba2826e271.tar.gz |
Pylint will read pylintrc files by default. Who knew?
--HG--
rename : .pylintrc => pylintrc
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | pylintrc (renamed from .pylintrc) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |