pylint: Remove unused false positive
This commit is contained in:
parent
5d05deae64
commit
aa9c2e13b1
@ -10,7 +10,6 @@ class LoraxLintConfig(PocketLintConfig):
|
|||||||
|
|
||||||
self.falsePositives = [ FalsePositive(r"Module 'pylorax' has no 'version' member"),
|
self.falsePositives = [ FalsePositive(r"Module 'pylorax' has no 'version' member"),
|
||||||
FalsePositive(r"Catching too general exception Exception"),
|
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"),
|
FalsePositive(r"Module 'composer' has no 'version' member"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user