[PATCH 1/1] Remove the pylint false positives for the GLib module

David Shea dshea at redhat.com
Mon Feb 16 15:24:56 UTC 2015


From: David Shea <dshea at redhat.com>

pylint has since figured this one out.
---
 tests/pylint/pylint-false-positives | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/pylint/pylint-false-positives b/tests/pylint/pylint-false-positives
index bc020fd..ef96849 100644
--- a/tests/pylint/pylint-false-positives
+++ b/tests/pylint/pylint-false-positives
@@ -1,7 +1,5 @@
 ^E1101:[ 0-9]*,[0-9]*:.*: Instance of '.*' has no 'get_property' member$
 ^E1101:[ 0-9]*,[0-9]*:.*: Instance of '.*' has no 'set_property' member$
-^E0611:[ 0-9]*,[0-9]*: No name 'GLib' in module 'gi.repository'$
-^E0611:[ 0-9]*,[0-9]*:.*: No name 'GLib' in module 'gi.repository'$
 ^E0611:[ 0-9]*,[0-9]*: No name '_isys' in module 'pyanaconda'$
 ^E0611:[ 0-9]*,[0-9]*:.*: No name '_isys' in module 'pyanaconda'$
 ^E0712:[ 0-9]*,[0-9]*:.*: Catching an exception which doesn't inherit from BaseException: GError$


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/da21e7e325f80ad893c24a088388f5c923306cb8


More information about the anaconda-patches mailing list