[PATCH 07/16] Add a bunch of gobject-introspection related ignore lines.

Chris Lumens clumens at redhat.com
Wed Aug 14 13:18:52 UTC 2013


These all need to be removed once pylint understands.
---
 tests/pylint/pylint-false-positives | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/pylint/pylint-false-positives b/tests/pylint/pylint-false-positives
index b8a0c46..0fb4763 100644
--- a/tests/pylint/pylint-false-positives
+++ b/tests/pylint/pylint-false-positives
@@ -1,3 +1,10 @@
+^F0401:[ 0-9]*,[0-9]*: Unable to import 'gi.repository.AnacondaWidgets'
+^E0611:[ 0-9]*,[0-9]*: No name '.*' in module 'gi.repository'$
+^E0611:[ 0-9]*,[0-9]*:.*: No name '.*' in module 'gi.repository'$
+^E1101:[ 0-9]*,[0-9]*:.*: Instance of '.*' has no 'add' member$
+^E1101:[ 0-9]*,[0-9]*:.*: Instance of '.*' has no 'remove' member$
+^E1101:[ 0-9]*,[0-9]*:.*: Instance of '.*' has no 'set_.*' member$
+^E1101:[ 0-9]*,[0-9]*:.*: Instance of '.*' has no 'show_all' member$
 ^W0402:[ 0-9]*,[0-9]*: Uses of a deprecated module 'string'$
 ^W0402:[ 0-9]*,[0-9]*:.*: Uses of a deprecated module 'string'$
 ^E0611:[ 0-9]*,[0-9]*: No name '_isys' in module 'pyanaconda'$
-- 
1.8.1.2



More information about the anaconda-patches mailing list