diff options
author | Jun Li <matthew.lijun@huawei.com> | 2016-11-16 00:49:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-16 00:49:05 +0000 |
commit | 7b3db023708097cbbd87000f77847938b545e6e5 (patch) | |
tree | 9e3f1571bd95fbaea7d1c6c68adac084f5c6df0b /jjb/opnfv/opnfv-lint.yml | |
parent | bb43d9f08b6cf19ebe2542734ba046e867eabf60 (diff) | |
parent | 5b41c65291562e74c6cc147181e1894a4a585f74 (diff) |
Merge "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."
Diffstat (limited to 'jjb/opnfv/opnfv-lint.yml')
-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}' |