[yum-commits] Branch 'yum-3_2_X' - test/yum-pylintrc
Tim Lauridsen
timlau at osuosl.org
Mon Mar 30 12:00:44 UTC 2009
test/yum-pylintrc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 6752339a6bc6e183aa4faa2297915bcd474846b6
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Mon Mar 30 14:00:36 2009 +0200
extra pylint excludes
diff --git a/test/yum-pylintrc b/test/yum-pylintrc
index e5ba184..478004a 100644
--- a/test/yum-pylintrc
+++ b/test/yum-pylintrc
@@ -81,7 +81,8 @@ disable-msg-cat=C,R
# W0221: *Arguments number differs from %s method*
# W0703: *Catch "Exception"*
# W1010: *Exception doesn't inherit from standard "Exception" class* (give false positives on ex. KeyboardInterrupt)
-disable-msg=E1101,F0401,W0704,W0612,W0212,W0613,W0602,W0511,W0401,W0614,W0232,W0201,W0603,W0621,W0142,W0102,W0105,W0702,W0231,E0202,W0622,W0403,W0223,W0104,W1001,W0221,W0703,W1010
+# W0631: *Using possibly undefined loop variable %r* (Gives to many false positives)
+disable-msg=E1101,F0401,W0704,W0612,W0212,W0613,W0602,W0511,W0401,W0614,W0232,W0201,W0603,W0621,W0142,W0102,W0105,W0702,W0231,E0202,W0622,W0403,W0223,W0104,W1001,W0221,W0703,W1010,W0631
[REPORTS]
More information about the Yum-commits
mailing list