From 1999cc9f209e6b1fde301106af6f2956dd001553 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 25 Sep 2008 11:49:53 +0100 Subject: [PATCH] trivial: add the pylint file I'm using --- python/packagekit/pylint.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 python/packagekit/pylint.sh diff --git a/python/packagekit/pylint.sh b/python/packagekit/pylint.sh new file mode 100755 index 000000000..946878c0b --- /dev/null +++ b/python/packagekit/pylint.sh @@ -0,0 +1 @@ +pylint --disable-msg=W0614,C0301,C0103,W0613,C0111,R0913,R0904 $1