From c4bb4521f589bd5561237b90d21f66082e0f448c Mon Sep 17 00:00:00 2001 From: lhinds Date: Tue, 5 Sep 2017 14:25:18 +0100 Subject: Add fuel project Depends-On: I6d59197f78dfaf381d634c9d1821a7383506276c Change-Id: I6038f606453660081701864cc299f78859a20657 Signed-off-by: lhinds --- exceptions/fuel.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 exceptions/fuel.yaml (limited to 'exceptions/fuel.yaml') diff --git a/exceptions/fuel.yaml b/exceptions/fuel.yaml new file mode 100644 index 0000000..7d4b0d5 --- /dev/null +++ b/exceptions/fuel.yaml @@ -0,0 +1,21 @@ +--- +# When adding projects all `arrays: []` sections must have +# a value, Use 'nullvalue' if no waivers are available. +# +# This file uses standard regular expression syntax, however be mindful +# of escaping YAML delimiters too (such as `:`) using double quotes "". + +binaries: + binary_ignore: [nullvalue] + +file_audits: + file_names: [nullvalue] + file_contents: + - ^# + - git clone.+\.openstack\.org + - git clone.+gerrit\.opnfv\.org + - wget.+build\.opnfv\.org + - wget.+artifacts\.opnfv\.org + - wget.+git\.opnfv.org + - wget.+git\.openstack.org + - git clone.+https:\/\/git.opendaylight\.org\/gerrit\/ -- cgit 1.2.3-korg