rpminspect: disable udev rules check
https://github.com/rpminspect/rpminspect/issues/1294#issuecomment-1808737198 [skip changelog]
This commit is contained in:
parent
fdfc8c33c8
commit
82517d01b5
@ -13,7 +13,12 @@ badfuncs:
|
|||||||
changedfiles:
|
changedfiles:
|
||||||
exclude_path: .*
|
exclude_path: .*
|
||||||
|
|
||||||
# completely disabled inspections:
|
# completely disable inspections:
|
||||||
inspections:
|
inspections:
|
||||||
# we know about our patches, no need to report anything
|
# we know about our patches, no need to report anything
|
||||||
patches: off
|
patches: off
|
||||||
|
|
||||||
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user