From f2f9bed2b7d3eeba2a500c9f404992e11eff51d2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 12 Jan 2017 08:00:56 -0500 Subject: Run lint with tox. I wish it ran faster... --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7420a7e..a9a5a729 100644 --- a/Makefile +++ b/Makefile @@ -30,12 +30,13 @@ clean: sterile: clean -rm -rf .tox* -LINTABLE = coverage igor.py setup.py tests ci/*.py +LINTABLE = coverage tests igor.py setup.py __main__.py lint: - -pylint $(LINTABLE) - python -m tabnanny $(LINTABLE) - python igor.py check_eol + tox -e lint + +todo: + -grep -R --include=*.py TODO $(LINTABLE) spell: -pylint --disable=all --enable=spelling $(LINTABLE) -- cgit v1.2.1