[PATCH 16/20] Filter out pylint's "No name 'GLib' in module 'gi.repository'" messages

vpodzime installerbot-noreply at redhat.com
Fri Feb 27 15:31:52 UTC 2015


From: Vratislav Podzimek <vpodzime at redhat.com>

These are false positives.
---
 tests/pylint/pylint-false-positives | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pylint/pylint-false-positives b/tests/pylint/pylint-false-positives
index cfa3b88..1970236 100644
--- a/tests/pylint/pylint-false-positives
+++ b/tests/pylint/pylint-false-positives
@@ -18,6 +18,7 @@
 ^blivet/__init__.py:[[:digit:]]+: \[W0612\(unused\-variable\), enable_installer_mode\] Unused variable 'productName'$
 ^blivet/__init__.py:[[:digit:]]+: \[W0612\(unused\-variable\), enable_installer_mode\] Unused variable 'ROOT_PATH'$
 ^blivet/__init__.py:[[:digit:]]+: \[W0612\(unused\-variable\), enable_installer_mode\] Unused variable 'shortProductName'$
+^blivet/.*: \[E0611\(no\-name\-in\-module\).*\] No name 'GLib' in module 'gi.repository'$
 ^dm.c: [[:digit:]]+: not running as root returning empty list$
 ^tests/devicelibs_test/mdraid_test.py:[[:digit:]]+: \[E1003\(bad\-super\-call\), ([[:alnum:]\.]+).__init__\] Bad first argument YES given to super\(\)$
 ^tests/devicelibs_test/raid_test.py:[[:digit:]]+: \[E1120\(no\-value\-for\-parameter\), [[:alnum:]\.]+\] No value [[:alnum:] ]+ 'member_count' in [[:alnum:] ]+ call$


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/650ad45f7b576247b87ba66ea67e78aa8d957438


More information about the anaconda-patches mailing list