Bump ansible-lint from 6.17.2 to 6.18.0
Bumps ansible-lint from 6.17.2 to 6.18.0.
Release notes
Sourced from ansible-lint's releases.
v6.18.0
Minor Changes
- Limit the maximum block depth (#3602)
@Ruchip16
- Transform functionality for command_instead_of_shell (#3675)
@ajinkyau
- Add rule to check the number of tasks (#3156)
@Ruchip16
Bugfixes
- Clarify loop-var-prefix rule and code snippet (#3642)
@schwarmco
- Update
version_added
for complexity rule (#3623)@ajinkyau
- Ensure that single space between tasks is preserved when using --write (#3641)
@shatakshiiii
- Update ansible-compat used for testing (#3664)
@ssbarnea
- Document
yaml[line-length]
rule (#3653)@shatakshiiii
- Prevent use of spdx-tools 0.8.0 due to breaking changes (#3649)
@ssbarnea
- fixes dead marketplace link (#3631)
@wookietreiber
- Improve profile information on summary line (#3637)
@ziegenberg
- command-instead-of-module: allow
git rev-parse
(#3610)@JohnVillalovos
- Include filepaths starting from $HOME in lintables (#3621)
@shatakshiiii
- Update _mockings.py to fix bug created in #3390 (#3614)
@karcaw
- Allow to set gather_facts as templated boolean (#3606)
@noonedeadpunk
- Add dependency version check for collection metadata (#3601)
@ajinkyau
- Fix installation of dependencies when run as an action (#3592)
@ssbarnea
Commits
-
4cc5b52
Update test dependencies (#3676) -
385ad82
Limit the maximum block depth (#3602) -
f6961ff
Transform functionality for command_instead_of_shell (#3675) -
225366a
Clarify loop-var-prefix rule and code snippet (#3642) -
774fa8f
Updateversion_added
for complexity rule (#3623) -
9021516
Ensure that single space between tasks is preserved when using --write (#3641) -
566b036
Adapt tests in preparation for newer compat (#3654) -
75509b8
Update test dependencies (#3652) -
0c5907e
Update ansible-compat used for testing (#3664) -
663d839
Documentyaml[line-length]
rule (#3653) - Additional commits viewable in compare view