test/.zuul.yaml
Al Bailey 0386cc2e40 Adding pylint zuul job
This adds a pylint tox target and zuul job.

There are many pylint warnings and errors suppressed
in the pylint.rc file that can be examined and
fixed by subsequent reviews.

Change-Id: Ibcf4c5f6763c97ef84eaa82a80bc130fa2e591f0
Story: 2004515
Task: 35987
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-07-25 14:14:24 -05:00

15 lines
306 B
YAML

---
- project:
templates:
- build-openstack-docs-pti
check:
jobs:
- build-openstack-releasenotes
- openstack-tox-pep8
- openstack-tox-pylint
gate:
jobs:
- build-openstack-releasenotes
- openstack-tox-pep8
- openstack-tox-pylint