Update precommit hook ansible/ansible-lint to v5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
ansible/ansible-lint | repository | major |
v4.3.7 -> v5.0.0
|
Release Notes
ansible/ansible-lint
v5.0.0
Changes
This is a major new version that will surely break for users that have custom rules. It will also require most users to update the way they install the linter as they now need to mention which version of Ansible they want to use it with.
For guidance regarding upgrading please read the docs and consult https://github.com/ansible-community/ansible-lint/discussions/1150
Please note that the changes listed before do not contain those from the pre-releases made since last stable release, read all.
Minor Changes
- Allow mocking of galaxy roles (#1320) @ssbarnea
- Add ability to mock roles from within collections (#1318) @ssbarnea
- Add offline mode for skipping requirements installation (#1319) @ssbarnea
- Add ability to mock modules from collections (#1316) @ssbarnea
- Add codeclimate formatter (json) (#1308) @thushjandan
- Make all rule identifiers text based (#1306) @ssbarnea
- Drop E suffix when printing rule id (#1305) @ssbarnea
- Add optional rule to check for loop var prefix (#1303) @ssbarnea
- Add ability to mock roles (#1304) @ssbarnea
- Recurse inside given folders (#1302) @ssbarnea
Bugfixes
- Avoid role-name errors with galaxy roles (#1321) @ssbarnea
- Avoid false positives with literal-compare (#1315) @ssbarnea
- Fix exclude_paths regression (#1313) @ssbarnea
- Avoid exceptions post syntax errors (#1310) @ssbarnea
- E206: Avoid false positives with multilines (#1300) @ssbarnea
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.