Blame python-starlette.rpmlintrc

b5951d5
# It is normal that extras metapackages should not have documentation, or any
b5951d5
# files at all.
b5951d5
addFilter(r"\+\w+.noarch: W: no-documentation")
b5951d5
# This is not a spelling error
b5951d5
addFilter(r"spelling-error \('([Mm]etapackage)s?',")
b5951d5
# Neither are these
b5951d5
addFilter(r"spelling-error \('(([Cc]odebase)s?|[Aa]sync(io)?)',")