|
|
e50853 |
# Disable badfuncs check that has tons of false positives.
|
|
|
e50853 |
badfuncs:
|
|
|
f2f90a |
allowed:
|
|
|
f2f90a |
/usr/lib/systemd/tests/unit-tests/*:
|
|
|
f2f90a |
- inet_addr
|
|
|
f2f90a |
- inet_aton
|
|
|
f2f90a |
/usr/bin/networkctl:
|
|
|
f2f90a |
- inet_addr
|
|
|
f2f90a |
- inet_aton
|
|
|
e50853 |
|
|
|
e50853 |
# don't report changed content of compiled files
|
|
|
e50853 |
# that is expected with every update
|
|
|
e50853 |
changedfiles:
|
|
|
e50853 |
exclude_path: .*
|
|
|
e50853 |
|
|
|
f2f90a |
# completely disable inspections:
|
|
|
e50853 |
inspections:
|
|
|
e50853 |
# we know about our patches, no need to report anything
|
|
|
e50853 |
patches: off
|
|
|
f2f90a |
|
|
|
f2f90a |
# this inspection uses `udevadm` which comes from this package
|
|
|
f2f90a |
# disable so we do not check udev rules with a possibly outdated version
|
|
|
f2f90a |
# of the command
|
|
|
f2f90a |
udevrules: off
|