From 9067077eb11c606b8ebe98338457fad894dc38d1 Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 19 Jun 2017 23:56:56 +0800 Subject: Move project's exception file to subdir add subdir **exceptions** for project's specific exception config files Change-Id: I57b7972706dd2e2168099e9815a0cfc3e8a33b67 Signed-off-by: Julien --- exceptions/sandbox_exception.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 exceptions/sandbox_exception.yaml (limited to 'exceptions/sandbox_exception.yaml') 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: + - ^# + -- cgit 1.2.3-korg