rpminspect - introduce a global ignore list
The XML ignore can be ommited as it is part of the newly introduced global ignore -- Resolves: #2117219
This commit is contained in:
parent
67514bfeef
commit
250cf87463
@ -1,7 +1,11 @@
|
|||||||
# Ignore malformed XML file, which is only used in the testusite
|
# Set up global ignore list
|
||||||
xml:
|
ignore:
|
||||||
ignore:
|
# mysql-test/ directory contains an extensive test-suite of about 20.000 files;
|
||||||
- /usr/share/mysql-test/std_data/loadxml.dat
|
# It is very time consuming to be fully analysed and the results aren't useful anyway
|
||||||
|
# It is expected the tests change during rebases, as the underlying functionality the test evolve
|
||||||
|
# Some of the tests contain broken or problematic code, however that is on purpose
|
||||||
|
- /usr/share/mysql-test/
|
||||||
|
|
||||||
badfuncs:
|
badfuncs:
|
||||||
ignore:
|
ignore:
|
||||||
# udf_example.so can be ignored, as it is an example of how to write loadable functions
|
# udf_example.so can be ignored, as it is an example of how to write loadable functions
|
||||||
|
Loading…
Reference in New Issue
Block a user