python38/python38.rpmlintrc
Your Name 2de92498ef
Some checks failed
Run CI/CD... / main (push) Failing after 4m17s
3.8.20
2025-02-03 10:07:37 +00:00

10 lines
304 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")
# fix
addFilter("E: hardcoded-library-path")