From 2e4a2d4ce60b2d0328a77653e2564aea30665b0d Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Sun, 21 Apr 2013 13:44:51 +0200 Subject: [PATCH] Also ignore refactor pylint warnings (for now) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6163e2..d68ab92 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,4 @@ cover: sh run-tests.sh -C pylint: - find lib -name '*.py' -a '!' -path '*/tests/*' | xargs pylint -d C + find lib -name '*.py' -a '!' -path '*/tests/*' | xargs pylint -d C -d R