Skip to content

Commit

Permalink
Add pylint false positive to list of pylint false positives.
Browse files Browse the repository at this point in the history
This is another false positive resulting from pylint's inability to find
GLib in gi.repository.

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Mar 7, 2015
1 parent f530c55 commit f416330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pylint/pylint-false-positives
@@ -1,4 +1,5 @@
^blivet/.*: \[E0611\(no\-name\-in\-module\).*\] No name 'GLib' in module 'gi.repository'$
^blivet/.*: \[E0712\(catching\-non\-exception\).*\] Catching an exception which doesn't inherit from BaseException: GError$
^blivet/__init__.py:[[:digit:]]+: \[W0602\(global\-variable\-not\-assigned\), enable_installer_mode\] Using global for 'BootLoaderError' but no assignment is done$
^blivet/__init__.py:[[:digit:]]+: \[W0602\(global\-variable\-not\-assigned\), enable_installer_mode\] Using global for 'ERROR_RAISE' but no assignment is done$
^blivet/__init__.py:[[:digit:]]+: \[W0602\(global\-variable\-not\-assigned\), enable_installer_mode\] Using global for 'ROOT_PATH' but no assignment is done$
Expand Down

0 comments on commit f416330

Please sign in to comment.