summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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
diff --git a/.pylintrc b/pylintrc
index f11174b..f11174b 100644
--- a/.pylintrc
+++ b/pylintrc