Bump ansible-lint from 6.15.0 to 6.16.0
Bumps ansible-lint from 6.15.0 to 6.16.0.
Release notes
Sourced from ansible-lint's releases.
v6.16.0
Minor Changes
- Capture python warnings and report some of them as matches (#3324)
@ssbarnea
- Capture and hide ansible core warnings by default (#3361)
@ssbarnea
- Remove progressive mode (#3350)
@ssbarnea
- Enforce use of lineno variable name inside the library (#3326)
@ssbarnea
Bugfixes
- Add Amazon Linux 2023 as a supported platform (#3405)
@artis3n
- Capture python warnings and report some of them as matches (#3324)
@ssbarnea
- Fix missing required arguments issue from args rule (#3402)
@ajinkyau
- Change matchtask to receive a Task instance (#3403)
@ssbarnea
- Require ruamel.yaml>=0.17.24 (#3406)
@ssbarnea
- Avoid exception when trying to load invalid text files (#3399)
@ssbarnea
- Fix ansible collection path detection (#3398)
@ssbarnea
- ruff: Address FBT002 (#3389)
@shatakshiiii
- More pathlib adoption (#3390)
@ssbarnea
- Avoid dropping comments on YAML transformation (#3392)
@ssbarnea
- Correct docs on navigator schema location (#3394)
@yajo
- Fix changelog schema for connection plugins (#3388)
@Qalthos
- Migrate from os.path to pathlib (#3384)
@ssbarnea
- Remove resolvelib from requirements lock (#3387)
@ssbarnea
- Make cwd use pathlib (#3383)
@ssbarnea
- ruff: Address PGH (#3380)
@ssbarnea
- ruff: Address A (#3379)
@ssbarnea
- ruff: Address B (#3377)
@ssbarnea
- ruff: Address SLF (#3372)
@ssbarnea
- ruff: Address
SIM
(#3373)@shatakshiiii
- ruff: Address EXE (#3367)
@ssbarnea
- ruff: Address BLE (#3368)
@shatakshiiii
- ruff: Address INP and PLW (#3366)
@ssbarnea
- Add initial handling of submodules to contribution docs (#3362)
@klaus-tux
- ruff: Address T and RET (#3364)
@ssbarnea
- Find "changed" not only in first "when" condition (#3358)
@klaus-tux
- ruff: fix S rule (#3363)
@ssbarnea
- Make MatchError a dataclass (#3345)
@ssbarnea
- Remove
EM
from ruff ignores (#3356)@shatakshiiii
- Mock jinja filters to prevent templating errors (#3355)
@ssbarnea
- Update schema files (#3354)
@ssbarnea
- Add Fedora 38 to meta.json schema file (#3353)
@Marek-Mantaj-Mobica
- Remove
RUF
from ruff ignores (#3346)@ajinkyau
- Remove
G
from ruff ignores (#3332)@shatakshiiii
- Remove
ISC
from ruff ignores (#3342)@shatakshiiii
- Remove
C
from ruff ignores (#3343)@ajinkyau
- Make linter configuration a dataclass (#3334)
@ssbarnea
- Remove
N
from ruff ignores (#3328)@shatakshiiii
- Remove useless . from additional_dependencies in pre-commit hook (#3327)
@trallnag
Commits
-
8c80975
Add Amazon Linux 2023 as a supported platform (#3405) -
62e3e21
Capture python warnings and report some of them as matches (#3324) -
546332e
Update dependencies (#3410) -
fb4298f
Fix missing required arguments issue from args rule (#3402) -
6921d99
Change matchtask to receive a Task instance (#3403) -
5cb5810
Require ruamel.yaml>=0.17.24 (#3406) -
7484d1a
Fix exclude patterns logic (#3401) -
bf862c2
Refactor eco testing (#3400) -
70dfe53
Avoid exception when trying to load invalid text files (#3399) -
2ce7ae1
Fix ansible collection path detection (#3398) - Additional commits viewable in compare view