diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-10 16:08:01 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-13 11:41:19 -0700 |
commit | d10a2eb3d23270fafdaa6186144ad2a46b6d4e2c (patch) | |
tree | 269d8598645df9bdc313b8732f9ccc8df3678030 /jjb | |
parent | 1c14fcf6395334e3f01acd9128e270af72c33cf2 (diff) |
Enable Yamllint on the Releng Project Repo
All new patchsets should be free of yamllint violations.
JIRA: RELENG-254
Change-Id: Ia4f6d201837eb74d0c641b7ffb745c3df4327848
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng/opnfv-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng/opnfv-lint.yml b/jjb/releng/opnfv-lint.yml index 93a1b7d86..d566430d6 100644 --- a/jjb/releng/opnfv-lint.yml +++ b/jjb/releng/opnfv-lint.yml @@ -103,7 +103,7 @@ comment-contains-value: 'reverify' projects: - project-compare-type: 'REG_EXP' - project-pattern: 'armband|fuel|octopus|pharos|releng-anteater' + project-pattern: 'armband|fuel|octopus|pharos|releng|releng-anteater' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' |