python3.11/python3.11.rpmlintrc
2023-04-20 00:20:40 +03: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")