pylint: Remove unused false positive

This commit is contained in:
Lars Karlitski 2019-04-28 19:04:34 +02:00 committed by Martin Pitt
parent 5d05deae64
commit aa9c2e13b1
1 changed files with 0 additions and 1 deletions

View File

@ -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"),
]