From 61155a3ccfdd6cabc78a0d0cf813a7ac0dd09f0e Mon Sep 17 00:00:00 2001 From: lhinds Date: Mon, 19 Jun 2017 11:30:47 +0100 Subject: Ignore all lines that start with a comment Adds regexp to existing exception files, so that all files that have commented lines are ignored. Also added a template_exception file with comments added as default JIRA:RELENG-239 Change-Id: I0de9bf91170e6614f3e1ee9bd1d486ca1eaf830b Signed-off-by: lhinds --- template_exception.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 template_exception.yaml (limited to 'template_exception.yaml') diff --git a/template_exception.yaml b/template_exception.yaml new file mode 100644 index 0000000..e41b04a --- /dev/null +++ b/template_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