Bump ansible-lint from 6.14.6 to 6.15.0
Bumps ansible-lint from 6.14.6 to 6.15.0.
Release notes
Sourced from ansible-lint's releases.
v6.15.0
Minor Changes
- Add ability to auto-fix fcqn rule violations (#3316)
@MarkusTeufelberger- Document how to avoid vault related errors (#3313)
@ssbarnea- Require at least one known subfolder for roles (#3303)
@ssbarneaBugfixes
- Ensure that JSON output does not contain newlines (#3315)
@ssbarnea- Improve description of task names (#3314)
@ssbarnea- Fix config path detection logic (#3312)
@ssbarnea- Improve tests related to vault processing (#3306)
@ssbarnea- Avoid running args rule if we encounter a windows module (#3305)
@ajinkyau- Ensure non zero exit code when no files are linted (#3302)
@ssbarnea- Refactor exit codes to use an enum (#3300)
@ssbarnea- Ensure profile rules do not have experimental or opt-in tag (#3299)
@ssbarnea- Change logging to use rich output (#3297)
@ssbarnea- Refactor project root directory detection code (#3295)
@ssbarnea- Remove flake8 and pyupgrade (#3292)
@ssbarnea- Extend ruff checks (#3291)
@ssbarnea- Send GHA annotations to stderr (#3288)
@ssbarnea- Fix Schema validation for variables in tasks/vars directory (#3289)
@ajinkyau- Recognize ansible collections installed at system level (#3286)
@ssbarnea
Commits
-
ccdeab2Add ability to auto-fix fcqn rule violations (#3316) -
e157979Ensure that JSON output does not contain newlines (#3315) -
53144e9Improve description of task names (#3314) -
6c59bf5Document how to avoid vault related errors (#3313) -
471f3caFix config path detection logic (#3312) -
e5d67f5Improve tests related to vault processing (#3306) -
b5e48e6Avoid running args rule if we encounter a windows module (#3305) -
fd23b3aRequire at least one known subfolder for roles (#3303) -
80e2be3Ensure non zero exit code when no files are linted (#3302) -
eec0306Refactor exit codes to use an enum (#3300) - Additional commits viewable in compare view