From 9371bc28b1bbabf2dc130039e1a8a3a3c66c1ba1 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 23 Jun 2017 15:30:53 -0700 Subject: Fix Yamllint Violations JIRA: RELENG-258 Change-Id: I56a45340196c06a58f7103c57120a38c9ab7d28a Signed-off-by: Trevor Bramwell --- exceptions/functest.yaml | 2 +- exceptions/octopus.yaml | 2 +- exceptions/pharos.yaml | 1 + exceptions/releng.yaml | 1 + exceptions/sandbox.yaml | 2 +- master_list.yaml | 9 +++++---- template_exception.yaml | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/exceptions/functest.yaml b/exceptions/functest.yaml index e41b04a..97d41ab 100644 --- a/exceptions/functest.yaml +++ b/exceptions/functest.yaml @@ -1,3 +1,4 @@ +--- # When adding projects all `arrays: []` sections must have # a value, Use 'nullvalue' if no waivers are available. # @@ -10,4 +11,3 @@ file_audits: file_names: [nullvalue] file_contents: - ^# - diff --git a/exceptions/octopus.yaml b/exceptions/octopus.yaml index e41b04a..97d41ab 100644 --- a/exceptions/octopus.yaml +++ b/exceptions/octopus.yaml @@ -1,3 +1,4 @@ +--- # When adding projects all `arrays: []` sections must have # a value, Use 'nullvalue' if no waivers are available. # @@ -10,4 +11,3 @@ file_audits: file_names: [nullvalue] file_contents: - ^# - diff --git a/exceptions/pharos.yaml b/exceptions/pharos.yaml index 94dee8e..97d41ab 100644 --- a/exceptions/pharos.yaml +++ b/exceptions/pharos.yaml @@ -1,3 +1,4 @@ +--- # When adding projects all `arrays: []` sections must have # a value, Use 'nullvalue' if no waivers are available. # diff --git a/exceptions/releng.yaml b/exceptions/releng.yaml index aee6768..10a60e0 100644 --- a/exceptions/releng.yaml +++ b/exceptions/releng.yaml @@ -1,3 +1,4 @@ +--- # When adding projects all `arrays: []` sections must have # a value, Use 'nullvalue' if no waivers are available. # diff --git a/exceptions/sandbox.yaml b/exceptions/sandbox.yaml index e41b04a..97d41ab 100644 --- a/exceptions/sandbox.yaml +++ b/exceptions/sandbox.yaml @@ -1,3 +1,4 @@ +--- # When adding projects all `arrays: []` sections must have # a value, Use 'nullvalue' if no waivers are available. # @@ -10,4 +11,3 @@ file_audits: file_names: [nullvalue] file_contents: - ^# - diff --git a/master_list.yaml b/master_list.yaml index 309876c..5b34af9 100644 --- a/master_list.yaml +++ b/master_list.yaml @@ -1,3 +1,4 @@ +--- # When adding projects all `arrays: []` sections must have # a value, Use 'nullvalue' if no waivers are available. # @@ -64,8 +65,8 @@ licence: - '__init__.py' project_exceptions: - - releng: exceptions/releng.yaml - - sandbox: exceptions/sandbox.yaml - - pharos: exceptions/pharos.yaml - - octopus: exceptions/octopus.yaml + - releng: exceptions/releng.yaml + - sandbox: exceptions/sandbox.yaml + - pharos: exceptions/pharos.yaml + - octopus: exceptions/octopus.yaml - functest: exceptions/functest.yaml diff --git a/template_exception.yaml b/template_exception.yaml index e41b04a..97d41ab 100644 --- a/template_exception.yaml +++ b/template_exception.yaml @@ -1,3 +1,4 @@ +--- # When adding projects all `arrays: []` sections must have # a value, Use 'nullvalue' if no waivers are available. # @@ -10,4 +11,3 @@ file_audits: file_names: [nullvalue] file_contents: - ^# - -- cgit 1.2.3-korg