Implements master ignore list 73/44673/3
authorlhinds <lhinds@redhat.com>
Tue, 10 Oct 2017 13:13:55 +0000 (14:13 +0100)
committerlhinds <lhinds@redhat.com>
Tue, 10 Oct 2017 13:20:48 +0000 (14:20 +0100)
commit1d191aa05617587f889880bb5344c84a422706e5
treea9f9dcdbc0a87186ae01aa2f08e364b1f1458d07
parent3cae5dfd7bbcb64f1ac6fb2263043b251a15ebc0
Implements master ignore list

This change introduces a master ignore list, to save having
to repeat ignore strings in every project exception file.

This is achieved via a new ignore_list.yaml file that is
merged with the project exception list and then used for the
re.search ignore statement in both patch_scan.py and
project_scan.py

Change-Id: Ifb60b8ba3091603182c2025dbbbfd1a88a72439b
Signed-off-by: lhinds <lhinds@redhat.com>
31 files changed:
anteater.conf
anteater/src/get_lists.py
anteater/src/patch_scan.py
anteater/src/project_scan.py
exceptions/apex.yaml
exceptions/armband.yaml
exceptions/availability.yaml
exceptions/bamboo.yaml
exceptions/barometer.yaml
exceptions/bottlenecks.yaml
exceptions/calipso.yaml
exceptions/compass4nfv.yaml
exceptions/conductor.yaml
exceptions/copper.yaml
exceptions/cperf.yaml
exceptions/daisy.yaml
exceptions/doctor.yaml
exceptions/dovetail.yaml
exceptions/dpacc.yaml
exceptions/enfv.yaml
exceptions/escalator.yaml
exceptions/fds.yaml
exceptions/fuel.yaml
exceptions/functest.yaml
exceptions/octopus.yaml
exceptions/pharos.yaml
exceptions/releng.yaml
exceptions/sandbox.yaml
exceptions/template.yaml
exceptions/yardstick.yaml
ignore_list.yaml [new file with mode: 0644]