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 #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