5a2c7bff96
This updates to ansible-lint 6. Some prior changes have updated for the bulk of the rules, a couple of noqa points are added here. Some updates to the skipped rules are added. This should have no operational change, the only updates are cosmetic. Change-Id: I165677bbb904f92292df00f7b9b27f8f3573aeb0
7 lines
221 B
Plaintext
7 lines
221 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
|
|
ansible-lint>6.0.0,<7.0.0
|