diff --git a/tests/pylint/runpylint.py b/tests/pylint/runpylint.py index be47f226..d4f76c6f 100755 --- a/tests/pylint/runpylint.py +++ b/tests/pylint/runpylint.py @@ -10,7 +10,6 @@ class LoraxLintConfig(PocketLintConfig): self.falsePositives = [ FalsePositive(r"Module 'pylorax' has no 'version' member"), FalsePositive(r"Catching too general exception Exception"), - FalsePositive(r"^E0712.*: Catching an exception which doesn't inherit from (Base|)Exception: GError$"), FalsePositive(r"Module 'composer' has no 'version' member"), ]