fc8e68f0e9
This updates to ansible-lint 6.8.2. The prior changes have updated various things for new things the linter picked up. As noted inline, the jinja2 parsing has not been working well with this repository. I've been keeping an eye on it over several releases, but I think at this point it's not going to work well for us. I've left discussion in .ansible-lint. The var-spacing in stage-output is the old name for the jinja2 filtering; since that is now ignored in .ansible-lint it can be removed. Change-Id: Ia2c9392eeb232b9b2b1d4febce8493d71de64482
9 lines
338 B
Plaintext
9 lines
338 B
Plaintext
# linters have different requirements than test ones, some would
|
|
# conflict, like ansible version required by ansible-lint.
|
|
ansible>=2.9,<2.11 # 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
|