tests: Ignore W0707 raise-missing-from warnings

This commit is contained in:
Brian C. Lane 2020-08-27 16:03:25 -07:00
parent 5165beef73
commit 47822e5932
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class LoraxLintConfig(PocketLintConfig):
FalsePositive(r"Module 'composer' has no 'version' member"),
# See https://bugzilla.redhat.com/show_bug.cgi?id=1739167
FalsePositive(r"Module 'rpm' has no '.*' member"),
FalsePositive(r"raise-missing-from"),
]
@property