diff options
author | KingPoo <haojingbo@huawei.com> | 2016-11-15 06:13:48 -0500 |
---|---|---|
committer | KingPoo <haojingbo@huawei.com> | 2016-11-15 06:18:23 -0500 |
commit | 5b41c65291562e74c6cc147181e1894a4a585f74 (patch) | |
tree | 854f7ce81374fc4b04314736825edbeec33adbcb | |
parent | 372752d715c22885648fd2138a73f6717fe6a587 (diff) |
Problem Description: compass4nfv module didn't has any static check in the CI, to make code more standard according Flake8,
we decide add flake8 check on this module.
JIRA: COMPASS-503
Change-Id: I2539f3792e3a9734791d595b0af66bbbbf67114f
Signed-off-by: KingPoo <haojingbo@huawei.com>
-rw-r--r-- | jjb/opnfv/opnfv-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/opnfv/opnfv-lint.yml b/jjb/opnfv/opnfv-lint.yml index 6860dd037..f2312f54c 100644 --- a/jjb/opnfv/opnfv-lint.yml +++ b/jjb/opnfv/opnfv-lint.yml @@ -55,7 +55,7 @@ comment-contains-value: 'reverify' projects: - project-compare-type: 'REG_EXP' - project-pattern: 'functest|sdnvpn|qtip|daisy|sfc' + project-pattern: 'functest|sdnvpn|qtip|daisy|sfc|compass4nfv' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' |