Skip to content

Commit 1052a5b

Browse files
authored
Update linters (#1099)
1 parent 8577f3b commit 1052a5b

File tree

354 files changed

+160
-15032
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

354 files changed

+160
-15032
lines changed

linters/actionlint/plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tools:
2222
- name: actionlint
2323
download: actionlint
2424
shims: [actionlint]
25-
known_good_version: 1.6.9
25+
known_good_version: 1.7.8
2626
lint:
2727
definitions:
2828
- name: actionlint
@@ -43,7 +43,7 @@ lint:
4343
- .github/actionlint.yaml
4444
- .github/actionlint.yml
4545
issue_url_format: https://github.com/rhysd/actionlint/blob/main/docs/checks.md
46-
known_good_version: 1.6.9
46+
known_good_version: 1.7.8
4747
version_command:
4848
parse_regex: ${semver}
4949
run: actionlint --version

linters/actionlint/test_data/actionlint_v1.6.21_CUSTOM.check.shot

Lines changed: 0 additions & 86 deletions
This file was deleted.

linters/actionlint/test_data/actionlint_v1.6.9_CUSTOM.check.shot

Lines changed: 0 additions & 84 deletions
This file was deleted.

linters/actionlint/test_data/actionlint_v1.6.26_CUSTOM.check.shot renamed to linters/actionlint/test_data/actionlint_v1.7.8_CUSTOM.check.shot

File renamed without changes.

linters/ansible-lint/plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tools:
66
package: ansible-lint
77
extra_packages: [ansible]
88
shims: [ansible-lint, ansible]
9-
known_good_version: 6.13.0
9+
known_good_version: 25.9.2
1010
lint:
1111
definitions:
1212
- name: ansible-lint
@@ -40,7 +40,7 @@ lint:
4040
- name: PATH
4141
list: ["${env.PATH}"] # Needs to use system git
4242
issue_url_format: https://ansible-lint.readthedocs.io/en/latest/default_rules.html#{}
43-
known_good_version: 6.13.0
43+
known_good_version: 25.9.2
4444
known_bad_versions: [6.0.1, 6.0.2, 6.12.0, 6.12.1, 6.12.2, 6.14.5]
4545
version_command:
4646
parse_regex: ${semver}

0 commit comments

Comments
 (0)