Add rpmlint config file
Filter several expected warnings and error messages from rpmlint.
This commit is contained in:
parent
cfed6841db
commit
dcd0ebc78e
13
znc.rpmlintrc
Normal file
13
znc.rpmlintrc
Normal file
@ -0,0 +1,13 @@
|
||||
from Config import *
|
||||
|
||||
# Ignore dangling symlinks in .build-id dirs
|
||||
addFilter("znc\..*: W: dangling-relative-symlink /usr/lib/.build-id/.*")
|
||||
|
||||
# No documentation is expected in these packages
|
||||
addFilter("znc-(devel|modperl|modpython|modtcl)\..*: W: no-documentation")
|
||||
|
||||
# /var/lib/znc is expected to be owned by the znc user/group
|
||||
addFilter("znc\..*: W: non-standard-[gu]id /var/lib/znc znc")
|
||||
|
||||
# Some template files are expected to be empty
|
||||
addFilter("znc\..*: E: zero-length /usr/share/znc/webskins/.*/tmpl/.*\.tmpl")
|
Loading…
Reference in New Issue
Block a user