[PATCH 3/3] Add a false positive to pylint checking for S390Error.

Chris Lumens clumens at redhat.com
Thu Jun 4 20:07:35 UTC 2015


---
 tests/pylint/runpylint.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pylint/runpylint.py b/tests/pylint/runpylint.py
index 8be3be2..410dd8d 100755
--- a/tests/pylint/runpylint.py
+++ b/tests/pylint/runpylint.py
@@ -10,6 +10,7 @@ class AnacondaLintConfig(PocketLintConfig):
 
         self.falsePositives = [ FalsePositive(r"^E0611.*: No name '_isys' in module 'pyanaconda'$"),
                                 FalsePositive(r"^E0712.*: Catching an exception which doesn't inherit from BaseException: GError$"),
+                                FalsePositive(r"^E0712.*: Catching an exception which doesn't inherit from BaseException: S390Error$"),
 
                                 # XXX: These are temporary until dogtail and koji have python3 versions.
                                 FalsePositive(r"^F0401.*: Unable to import 'dogtail.*'$"),
-- 
2.2.2



More information about the anaconda-patches mailing list