pyproject-rpm-macros/pyproject-rpm-macros.rpmlintrc
Troy Dawson 89b6866906 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/pyproject-rpm-macros#6a44fe2d7a819cdcb55159d19c6878419871b41f
2020-10-14 16:43:13 -07: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) ')