aboutsummaryrefslogtreecommitdiffstats
path: root/exceptions/sandbox_exception.yaml
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2017-06-19 23:56:56 +0800
committerJulien <zhang.jun3g@zte.com.cn>2017-06-19 23:56:56 +0800
commit9067077eb11c606b8ebe98338457fad894dc38d1 (patch)
treeca85e013e87085e1910c3b619e0fd05af1ac1769 /exceptions/sandbox_exception.yaml
parent2539a8dfab9d02acbc038c7966d5aedf7d6aae25 (diff)
Move project's exception file to subdir
add subdir **exceptions** for project's specific exception config files Change-Id: I57b7972706dd2e2168099e9815a0cfc3e8a33b67 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'exceptions/sandbox_exception.yaml')
-rw-r--r--exceptions/sandbox_exception.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/exceptions/sandbox_exception.yaml b/exceptions/sandbox_exception.yaml
new file mode 100644
index 0000000..e41b04a
--- /dev/null
+++ b/exceptions/sandbox_exception.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:
+ - ^#
+