
This invokes pylint on all the nfv code. The pylint.rc file currently suppresses failing lint tests. In later submissions those suppressed types will be enabled and their code fixed. Story: 2003499 TaskId: 24944 Change-Id: I4726927a9e5e76a242dec3f7b25f51b2887e505e Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
23 lines
435 B
YAML
23 lines
435 B
YAML
---
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py27:
|
|
voting: false
|
|
- nfv-tox-pylint
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-pep8
|
|
|
|
- job:
|
|
name: nfv-tox-pylint
|
|
parent: tox
|
|
description: Run pylint for nfv
|
|
required-projects:
|
|
- openstack/stx-fault
|
|
vars:
|
|
tox_envlist: pylint
|