15 lines
633 B
YAML
15 lines
633 B
YAML
annocheck:
|
|
# Optional list of glob(7) specifications or path prefixes to
|
|
# match files to ignore for this inspection. The format of this
|
|
# list is the same as the global 'ignore' list. The difference is
|
|
# the items specified here will only be used during this
|
|
# inspection. If globbing characters are used, be sure to wrap
|
|
# them in single quotes.
|
|
|
|
# These have to be ignored due to TCL library being partly compiled without lto.
|
|
# Ref: https://issues.redhat.com/browse/RHEL-45991
|
|
ignore:
|
|
- '/usr/lib*/tcl*/sqlite*/libtclsqlite*.so*'
|
|
- '/usr/lib*/tcl*/sqlite*/libsqlite*.so*'
|
|
|