diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-06-23 15:30:53 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-06-23 15:30:53 -0700 |
commit | 9371bc28b1bbabf2dc130039e1a8a3a3c66c1ba1 (patch) | |
tree | b0918e30c0b4646e1697e45d08132195e0295d65 /master_list.yaml | |
parent | 0b6fc6f47d2ce40d64659f398d025d5bcf2c7feb (diff) |
Fix Yamllint Violations
JIRA: RELENG-258
Change-Id: I56a45340196c06a58f7103c57120a38c9ab7d28a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'master_list.yaml')
-rw-r--r-- | master_list.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
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 |