Add rpminspect config file.
annocheck test failures are expected due to lto being disabled unicode test failures are expected due to bidi patches Related: rhbz#2001132
This commit is contained in:
parent
4ccd4d6eae
commit
ebb36a52cc
12
rpminspect.yaml
Normal file
12
rpminspect.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
annocheck:
|
||||||
|
# Currently lto is disabled globally for clang.
|
||||||
|
# Note that all (default hardened) flags need to be repeated here, if
|
||||||
|
# you override some config flags it will completely overwrite the
|
||||||
|
# defaults (--ignore-unknown --verbose).
|
||||||
|
- hardened: --ignore-unknown --verbose --skip-lto
|
||||||
|
|
||||||
|
unicode:
|
||||||
|
ignore:
|
||||||
|
# This patch intentionally contains forbidden code points
|
||||||
|
- 0002-Misleading-bidirectional-detection.patch
|
Loading…
Reference in New Issue
Block a user