795d4d1e5f
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/systemd.git#8a86f313c74f149df70bb07d92d3dbe69e3825da
14 lines
331 B
YAML
14 lines
331 B
YAML
# Disable badfuncs check that has tons of false positives.
|
|
badfuncs:
|
|
exclude_path: .*
|
|
|
|
# don't report changed content of compiled files
|
|
# that is expected with every update
|
|
changedfiles:
|
|
exclude_path: .*
|
|
|
|
# completely disabled inspections:
|
|
inspections:
|
|
# we know about our patches, no need to report anything
|
|
patches: off
|