tests: Ignore W0707 raise-missing-from warnings
This commit is contained in:
parent
5165beef73
commit
47822e5932
@ -13,6 +13,7 @@ class LoraxLintConfig(PocketLintConfig):
|
|||||||
FalsePositive(r"Module 'composer' has no 'version' member"),
|
FalsePositive(r"Module 'composer' has no 'version' member"),
|
||||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=1739167
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=1739167
|
||||||
FalsePositive(r"Module 'rpm' has no '.*' member"),
|
FalsePositive(r"Module 'rpm' has no '.*' member"),
|
||||||
|
FalsePositive(r"raise-missing-from"),
|
||||||
]
|
]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user