diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
