Skip to content

Updates ansible-lint to v4

Mend Renovate requested to merge renovate/ansible-lint-4.x into master

This MR contains the following updates:

Package Update Change References
ansible-lint major ==3.5.1 -> ==4.0.1 source

Release Notes

ansible/ansible-lint

v4.0.1

Compare Source

============================

Bugfix release

  • Allow install with python35 and add to tox testing #&#8203;452 <https://github.com/ansible/ansible-lint/pull/452>_
  • Fix 503 UseHandlerRatherThanWhenChangedRule attempt to iterate on bool #&#8203;455 <https://github.com/ansible/ansible-lint/pull/455>_
  • Improve regex on rule 602 #&#8203;454 <https://github.com/ansible/ansible-lint/pull/454>_
  • Refactor RoleRelativePathRule, fix keyerror #&#8203;446 <https://github.com/ansible/ansible-lint/pull/446>_
  • Rule 405 now ignore case of 'yum: list=package' #&#8203;444 <https://github.com/ansible/ansible-lint/pull/444>_
  • Allow jinja escaping in variables #&#8203;440 <https://github.com/ansible/ansible-lint/pull/440>_

v4.0.0

Compare Source

============================

  • New documentation site docs.ansible.com/ansible-lint <https://docs.ansible.com/ansible-lint/>_
  • Additional default rules for ansible-lint, listed in docsite default rules <https://docs.ansible.com/ansible-lint/rules/default_rules.html>_
  • Fixed running with role path containing single or multiple dirs #​390
  • Fixed double sudo rule output #​393
  • Severity property added to rules to be used by Galaxy #​379
  • Packaging: consistency and automation #​389
  • Updated rule TrailingWhitespaceRule.py to remove carriage return char #​323
  • Allow snake_case module names for rules #​82
  • Suggest tempfile module instead of mktemp command #​422
  • Update tox to run with only supported ansible versions #​406
  • GitHub repository edits: move to ansible org, add CODE_OF_CONDUCT, add ROADMAP, label edits

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot. View repository job log here.

Merge request reports