2021-01-31 18:28:06 +00:00
|
|
|
# Disable badfuncs check that has tons of false positives.
|
|
|
|
badfuncs:
|
2023-08-10 14:57:19 +00:00
|
|
|
allowed:
|
|
|
|
/usr/lib/systemd/tests/unit-tests/*:
|
|
|
|
- inet_addr
|
|
|
|
- inet_aton
|
2023-09-19 07:05:23 +00:00
|
|
|
/usr/bin/networkctl:
|
|
|
|
- inet_addr
|
|
|
|
- inet_aton
|
2021-01-31 18:28:06 +00:00
|
|
|
|
|
|
|
# don't report changed content of compiled files
|
|
|
|
# that is expected with every update
|
|
|
|
changedfiles:
|
|
|
|
exclude_path: .*
|
|
|
|
|
2023-11-14 21:57:07 +00:00
|
|
|
# completely disable inspections:
|
2021-01-31 18:28:06 +00:00
|
|
|
inspections:
|
|
|
|
# we know about our patches, no need to report anything
|
|
|
|
patches: off
|
2023-11-14 21:57:07 +00:00
|
|
|
|
|
|
|
# this inspection uses `udevadm` which comes from this package
|
|
|
|
# disable so we do not check udev rules with a possibly outdated version
|
|
|
|
# of the command
|
|
|
|
udevrules: off
|