Skip to content

Commit 10825b2

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5000)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
1 parent 9b0bacd commit 10825b2

19 files changed

+94
-75
lines changed

.automation/generated/linter-helps.json

Lines changed: 19 additions & 13 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"flake8": "7.1.2",
3434
"gherkin-lint": "0.0.0",
3535
"git_diff": "2.47.2",
36-
"gitleaks": "8.24.0",
36+
"gitleaks": "8.24.2",
3737
"golangci-lint": "1.64.8",
3838
"goodcheck": "3.1.0",
3939
"graphql-schema-linter": "3.0.1",
@@ -49,7 +49,7 @@
4949
"kubeconform": "0.6.7",
5050
"kubescape": "3.0.32",
5151
"kubeval": "0.16.1",
52-
"lightning-flow-scanner": "3.0.0",
52+
"lightning-flow-scanner": "3.2.0",
5353
"lintr": "0.0.0",
5454
"ls-lint": "2.2.3",
5555
"luacheck": "1.2.0",
@@ -64,7 +64,7 @@
6464
"perlcritic": "1.156",
6565
"php": "7.4.26",
6666
"php-cs-fixer": "3.73.1",
67-
"phpcs": "3.11.3",
67+
"phpcs": "3.12.0",
6868
"phplint": "9.5.6",
6969
"phpstan": "2.1.8",
7070
"pmd": "7.11.0",
@@ -84,9 +84,9 @@
8484
"rst-lint": "1.4.0",
8585
"rstcheck": "6.2.4",
8686
"rstfmt": "0.0.14",
87-
"rubocop": "1.73.2",
88-
"ruff": "0.9.9",
89-
"ruff-format": "0.9.9",
87+
"rubocop": "1.74.0",
88+
"ruff": "0.11.2",
89+
"ruff-format": "0.11.2",
9090
"scalafix": "0.14.2",
9191
"scss-lint": "0.60.0",
9292
"secretlint": "9.2.0",
@@ -98,7 +98,7 @@
9898
"sfdx-scanner-lwc": "4.10.0",
9999
"shellcheck": "0.10.0",
100100
"shfmt": "3.10.0",
101-
"snakefmt": "0.10.2",
101+
"snakefmt": "0.11.0",
102102
"snakemake": "8.27.1",
103103
"spectral": "6.14.3",
104104
"sql-lint": "1.0.0",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
183183
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.88.17 to **3.88.18** on 2025-03-21
184184
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.33.93 to **0.34.1** on 2025-03-22
185185
- [php-cs-fixer](https://cs.symfony.com/) from 3.71.0 to **3.73.1** on 2025-03-22
186+
- [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.11.3 to **3.12.0** on 2025-03-22
187+
- [ruff-format](https://github.com/astral-sh/ruff) from 0.9.9 to **0.11.2** on 2025-03-22
188+
- [ruff](https://github.com/astral-sh/ruff) from 0.9.9 to **0.11.2** on 2025-03-22
189+
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.24.0 to **8.24.2** on 2025-03-22
190+
- [rubocop](https://rubocop.org/) from 1.73.2 to **1.74.0** on 2025-03-22
191+
- [lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner) from 3.0.0 to **3.2.0** on 2025-03-22
192+
- [snakefmt](https://github.com/snakemake/snakefmt) from 0.10.2 to **0.11.0** on 2025-03-22
186193
<!-- linter-versions-end -->
187194

188195
## [v8.4.2] - 2024-02-02

0 commit comments

Comments
 (0)