python3.10/python3.10.rpmlintrc
2023-07-14 08:46:56 +00:00

10 lines
295 B
Text

# False positives
addFilter("E: incoherent-version-in-name")
addFilter("E: non-executable-script")
# Not an actual problem, the packager tag is added by the build system anyway
addFilter("E: no-packager-tag")
addFilter("E: devel-file-in-non-devel-package")
# docs
addFilter("E: non-readable")