python38/python3.rpmlintrc

8 lines
211 B
Text
Raw Normal View History

2013-03-05 17:31:30 +04:00
# 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")