d8f31e0a5e
* Reworked tox pep8 into linters job, that runs: - pep8 - bandit - bashate - doc8 - yamllint - ansible-lint (validate-all-files.py + ansible-lint) * Skip E701 - missing galaxy_info in meta and E602 see [1]. * Skip E301 and E503 - followup later in a separate change * Added ansible-role-jobs to zuul.d/project.yaml which will run openstack-tox-linters job in check queue * Fixed remaining style issue * Made tox and docs reference the new env for linters * Dropped pype environment (not supported) [1]: https://github.com/ansible/ansible-lint/issues/457 Change-Id: I494b4b151804aac8173120e6c6e42bc2fdb00234
17 lines
349 B
Plaintext
17 lines
349 B
Plaintext
# linting
|
|
ansible-lint>=4.2.0 # MIT
|
|
bandit>=1.1.0 # Apache-2.0
|
|
bashate>=0.5.1 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
|
yamllint>=1.22.0 #GPL3
|
|
|
|
# coverage testing
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
|
|
# unit testing
|
|
docker>=2.4.2 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
ansible>=2.8.0 # GPLv3
|