python3.11/python3.rpmlintrc
2014-06-22 19:45:41 +04:00

7 lines
258 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")