b71b055532
- Related: RHEL-52734
15 lines
423 B
YAML
15 lines
423 B
YAML
---
|
|
inspections:
|
|
javabytecode: off
|
|
|
|
debuginfo:
|
|
# Prevent rpminspect from complaining about intentional
|
|
# "_find_debuginfo_opts -g" setting in spec file.
|
|
debuginfo_sections: .debug_info .gdb_index
|
|
|
|
unicode:
|
|
# Prevent rpminspect from complaining about illegal LEFT-TO-RIGHT
|
|
# OVERRIDE Unicode character that is intentionally present in this
|
|
# test case.
|
|
exclude: ^TestLayoutVsICU_jdkbase.xml$
|