From 613beb4e87f3ba3990c8a6c2cc4cc72a32faec90 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 29 May 2015 14:19:43 -0400 Subject: Add pylint/pep8 checks to ./tests too Signed-off-by: Simo Sorce --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6c0314..d22dccd 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,11 @@ cscope: git ls-files | xargs pycscope test: + pylint -d c,r,i,W0613 -r n -f colorized \ + --notes= \ + --disable=star-args \ + ./tests + pep8 tests rm -f .coverage nosetests -s -- cgit