[yum-git] Makefile test/yum-utils-pylintrc

Tim Lauridsen timlau at linux.duke.edu
Wed Sep 24 14:15:20 UTC 2008


 Makefile                |    5 +++--
 test/yum-utils-pylintrc |    4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 45bd5b11ba76ce8a71db4e0931bd89e222b67457
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Sep 24 16:15:02 2008 +0200

    add remove-with-leaves to pylint check

diff --git a/Makefile b/Makefile
index 998697d..3d6dda0 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ test-release:
 	# Make Changelog
 	@git log --pretty --numstat --summary | ./tools/git2cl > ChangeLog
 	@git commit -a -m "updated ChangeLog"
-    # Make archive
+    	# Make archive
 	@rm -rf ${PKGNAME}-${VERSION}.test.tar.gz
 	@git-archive --format=tar --prefix=$(PKGNAME)-$(VERSION).test/ HEAD | gzip -9v >${PKGNAME}-$(VERSION).test.tar.gz
 	# Build RPMS
@@ -84,6 +84,7 @@ ChangeLog: FORCE
 pylint:
 	@pylint --rcfile=test/yum-utils-pylintrc \
 		yumdownloader.py yum-complete-transaction.py yum-debug-dump.py yum-builddep.py \
-                debuginfo-install.py package-cleanup.py yum-groups-manager.py
+                debuginfo-install.py package-cleanup.py yum-groups-manager.py \
+		plugins/remove-with-leaves/remove-with-leaves.py 
 	
 FORCE:	
diff --git a/test/yum-utils-pylintrc b/test/yum-utils-pylintrc
index 77eadc5..e053dd2 100644
--- a/test/yum-utils-pylintrc
+++ b/test/yum-utils-pylintrc
@@ -69,7 +69,9 @@ load-plugins=
 # W0602: *Using global for %r but no assigment is done*
 # W0511:  Used when a warning note as FIXME or XXX is detected
 # C0321: *More than one statement on a single line*
-disable-msg=C0324,C0301,C0111,E1101,F0401,R0201,W0704,W0612,W0212,R0801,W0613,R0912,R0915,W0602,W0511,C0321
+# W0401: *Wildcard import %s*
+# W0614: *Unused import %s from wildcard import*
+disable-msg=C0324,C0301,C0111,E1101,F0401,R0201,W0704,W0612,W0212,R0801,W0613,R0912,R0915,W0602,W0511,C0321,W0401,W0614
 
 
 [REPORTS]



More information about the Yum-cvs-commits mailing list