From be058707af6ced511c9f2c1914b81f7edea728d5 Mon Sep 17 00:00:00 2001 From: lhinds Date: Mon, 13 Nov 2017 13:32:48 +0000 Subject: Weekly Anteater Project Additions https://wiki.opnfv.org/display/INF/Project+Roll+Out+for+Anteater Week begining November the 13th Change-Id: I240292e389b24680a37bc482fb5a8aafd3971839 Signed-off-by: lhinds --- exceptions/models.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 exceptions/models.yaml (limited to 'exceptions/models.yaml') diff --git a/exceptions/models.yaml b/exceptions/models.yaml new file mode 100644 index 0000000..0532ba4 --- /dev/null +++ b/exceptions/models.yaml @@ -0,0 +1,13 @@ +--- +# 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: [nullvalue] -- cgit 1.2.3-korg