Skip to content

Commit 9da0035

Browse files
authored
[automation] Auto-update linters version, help and documentation (#6431)
1 parent c5a4eda commit 9da0035

File tree

11 files changed

+53
-42
lines changed

11 files changed

+53
-42
lines changed

.automation/generated/linter-helps.json

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"npm-package-json-lint": "9.0.0",
6565
"perlcritic": "1.156",
6666
"php": "7.4.26",
67-
"php-cs-fixer": "3.88.2",
67+
"php-cs-fixer": "3.89.1",
6868
"phpcs": "4.0.0",
6969
"phplint": "9.6.2",
7070
"phpstan": "2.1.31",
@@ -86,9 +86,9 @@
8686
"rst-lint": "1.4.0",
8787
"rstcheck": "6.2.5",
8888
"rstfmt": "0.0.14",
89-
"rubocop": "1.81.1",
90-
"ruff": "0.14.1",
91-
"ruff-format": "0.14.1",
89+
"rubocop": "1.81.6",
90+
"ruff": "0.14.2",
91+
"ruff-format": "0.14.2",
9292
"scalafix": "0.14.4",
9393
"scss-lint": "0.60.0",
9494
"secretlint": "11.2.5",
@@ -101,7 +101,7 @@
101101
"shellcheck": "0.11.0",
102102
"shfmt": "3.12.0",
103103
"snakefmt": "0.11.2",
104-
"snakemake": "9.13.3",
104+
"snakemake": "9.13.4",
105105
"spectral": "6.15.0",
106106
"sql-lint": "1.0.0",
107107
"sqlfluff": "3.5.0",

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
8787
- [kics](https://www.kics.io) from 2.1.14 to **2.1.15** on 2025-10-26
8888
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 9.2.1 to **9.2.2** on 2025-10-26
8989
- [terragrunt](https://terragrunt.gruntwork.io) from 0.91.1 to **0.91.5** on 2025-10-26
90+
- [php-cs-fixer](https://cs.symfony.com/) from 3.88.2 to **3.89.1** on 2025-10-29
91+
- [ruff-format](https://github.com/astral-sh/ruff) from 0.14.1 to **0.14.2** on 2025-10-29
92+
- [ruff](https://github.com/astral-sh/ruff) from 0.14.1 to **0.14.2** on 2025-10-29
93+
- [rubocop](https://rubocop.org/) from 1.81.1 to **1.81.6** on 2025-10-29
94+
- [snakemake](https://snakemake.github.io/) from 9.13.3 to **9.13.4** on 2025-10-29
9095
<!-- linter-versions-end -->
9196

9297
## [v9.1.0] - 2025-10-07

0 commit comments

Comments
 (0)