zuul-jobs/linters-requirements.txt
Jeremy Stanley 87f8a5c6e9 Cap ansible-lint <6.13
Recent ansible-lint releases have started complaining about
"name[play]: All plays should be named." throughout the playbooks in
this repository regardless of whether the commit changes them. This
may be a new difference in how ansible-lint decides which files
should be checked, but it's unclear from the release notes whether
this was intentional or a regression.

Change-Id: I906e889ad2ee50bcdacf7d5e8e0c0895df00e562
2023-02-23 18:31:54 +00:00

9 lines
341 B
Plaintext

# linters have different requirements than test ones, some would
# conflict, like ansible version required by ansible-lint.
ansible>=2.12.0 # required by ansible-lint
flake8
yamllint>=1.23.0
# 6.5.0 : https://github.com/ansible/ansible-lint/issues/2330
# 6.5.1 : https://github.com/ansible/ansible-lint/issues/2320
ansible-lint>6.8.0,<6.13