python38/python38.rpmlintrc
Your Name 4d4d9111b8
Some checks failed
Run CI/CD... / main (push) Failing after 12m48s
3.8.20
2025-02-04 10:35:52 +00:00

12 lines
371 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")
addFilter("E: non-readable")
addFilter("E: non-standard-dir-perm")