summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fdab74e..3958214 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ lint:
python -m tabnanny $(LINTABLE)
python igor.py check_eol
+spell:
+ -pylint --disable=all --enable=spelling $(LINTABLE)
+
pep8:
pep8 --filename=*.py --ignore=E401,E301 --repeat coverage