diff options
Diffstat (limited to 'exceptions/dovetail.yaml')
-rw-r--r-- | exceptions/dovetail.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/exceptions/dovetail.yaml b/exceptions/dovetail.yaml new file mode 100644 index 0000000..5881d4a --- /dev/null +++ b/exceptions/dovetail.yaml @@ -0,0 +1,20 @@ +--- +# 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\.openstack.org + - git clone.+https:\/\/git.opendaylight\.org\/gerrit\/ |