pyproject-rpm-macros/pyproject-rpm-macros.rpmlintrc

12 lines
457 B
Plaintext
Raw Permalink Normal View History

2019-07-02 11:05:10 +00:00
# RPM macros, this is expected
addFilter(r'only-non-binary-in-usr-lib')
# we mention macro names in the descriptions and summaries
addFilter(r'[EW]: unexpanded-macro (%description|Summary).+ %(py3_|(generate|pyproject)_buildrequires)')
# terms, not spelling errors
addFilter(r"[EW]: spelling-error .+'(cfg|toml|setuptools|buildrequires)'")
# the documentation is in the other subpackage
addFilter(r'pyproject-srpm-macros.noarch: [EW]: no-documentation')