mirror of
https://abf.rosa.ru/djam/kernel-5.16.git
synced 2025-02-23 14:02:49 +00:00
39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
# Too many false errors
|
|
addFilter("E: zero-length")
|
|
addFilter("E: incoherent-version-in-name")
|
|
addFilter("E: unstripped-binary-or-object")
|
|
addFilter("W: devel-file-in-non-devel-package")
|
|
addFilter("W: dangling-relative-symlink")
|
|
addFilter("W: non-executable-script")
|
|
addFilter("W: script-without-shebang")
|
|
|
|
# Perhaps OK?
|
|
addFilter("W: doc-file-dependency")
|
|
|
|
# Longer descriptions are allowed in rpm4 platforms
|
|
addFilter("E: description-line-too-long")
|
|
|
|
addFilter("E: useless-provides")
|
|
addFilter("E: hardcoded-library-path")
|
|
|
|
# libexec is OK now
|
|
addFilter("W: non-standard-dir-in-usr")
|
|
|
|
# rpmlint expects "kernel-%%{version}"
|
|
# but we really have "kernel-%%{version}-generic"
|
|
addFilter("E: invalid-spec-name")
|
|
|
|
# False positive: cpupower package is not a library
|
|
addFilter("E: non-versioned-file-in-library-package")
|
|
addFilter("E: executable-in-library-package")
|
|
|
|
# UML stuff is OK
|
|
addFilter("W: symlink-should-be-relative")
|
|
addFilter("W: executable-stack")
|
|
|
|
# Vmlinux is statically linked and has a peculiar internal structure
|
|
addFilter("E: missing-PT_GNU_STACK-section")
|
|
addFilter("W: statically-linked-binary")
|
|
|
|
# Kernel modules don't bother about joliet compatibility...
|
|
addFilter("W: filename-too-long-for-joliet")
|