Ignore more pylint errors
This commit is contained in:
parent
0f59710b36
commit
bb214b21ab
@ -12,6 +12,8 @@ class LoraxLintConfig(PocketLintConfig):
|
|||||||
# threading.Lock() is a factory function which returns an
|
# threading.Lock() is a factory function which returns an
|
||||||
# instance of the Lock class that is supported by the platform
|
# instance of the Lock class that is supported by the platform
|
||||||
FalsePositive(r"Context manager 'lock' doesn't implement __enter__ and __exit__"),
|
FalsePositive(r"Context manager 'lock' doesn't implement __enter__ and __exit__"),
|
||||||
|
FalsePositive(r"Catching too general exception Exception"),
|
||||||
|
FalsePositive(r"^E0712.*: Catching an exception which doesn't inherit from (Base|)Exception: GError$"),
|
||||||
]
|
]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user