Files
update/.zuul.yaml
Don Penney 2885d09ed2 Add pylint support
This update adds pylint to tox and zuul for stx-updates and resolves
most warnings and errors, with some disabled for future resolution.

Change-Id: Ic853202e4793bf89d687b50cbd740d364db85189
Story: 2003371
Task: 24832
Signed-off-by: Don Penney <don.penney@windriver.com>
2018-08-24 09:19:44 -05:00

21 lines
418 B
YAML

---
- project:
check:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- stx-updates-pylint
gate:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- stx-updates-pylint
- job:
name: stx-updates-pylint
parent: openstack-tox-pylint
required-projects:
- openstack/stx-config
- openstack/stx-fault
- openstack/stx-integ