mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 07:12:50 +00:00
12 lines
371 B
Text
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")
|