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