pyproject-rpm-macros/pyproject-rpm-macros.rpmlintrc
2019-07-02 13:06:11 +02:00

9 lines
226 B
Plaintext

# this dependency is on purpose
addFilter(r'devel-dependency python3-devel')
# RPM macros, this is expected
addFilter(r'only-non-binary-in-usr-lib')
# spelling errors
addFilter(r'spelling-error .* en_US (toml|setuptools) ')