Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4448)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Jan 7, 2025
1 parent 7cf565b commit f7c3bbf
Show file tree
Hide file tree
Showing 144 changed files with 787 additions and 421 deletions.
48 changes: 44 additions & 4 deletions .automation/generated/linter-helps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "24.10.0",
"cfn-lint": "1.22.3",
"checkmake": "0.2.0",
"checkov": "3.2.346",
"checkov": "3.2.347",
"checkstyle": "10.21.1",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand All @@ -17,7 +17,7 @@
"cljstyle": "0.17.642",
"coffeelint": "5.2.11",
"cpplint": "2.0.0",
"csharpier": "0.30.4",
"csharpier": "0.30.5",
"cspell": "8.17.1",
"dartanalyzer": "0.0.0",
"detekt": "1.23.7",
Expand All @@ -34,7 +34,7 @@
"gherkin-lint": "0.0.0",
"git_diff": "2.45.2",
"gitleaks": "8.22.1",
"golangci-lint": "1.63.1",
"golangci-lint": "1.63.4",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.79.5",
Expand Down Expand Up @@ -63,10 +63,10 @@
"npm-package-json-lint": "8.0.0",
"perlcritic": "1.156",
"php": "7.4.26",
"php-cs-fixer": "3.65.0",
"php-cs-fixer": "3.66.1",
"phpcs": "3.11.2",
"phplint": "9.5.5",
"phpstan": "2.1.0",
"phpstan": "2.1.1",
"pmd": "7.9.0",
"powershell": "7.4.2",
"powershell_formatter": "7.4.2",
Expand All @@ -85,7 +85,8 @@
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.69.2",
"ruff": "0.8.4",
"ruff": "0.8.6",
"ruff-format": "0.8.6",
"scalafix": "0.13.0",
"scss-lint": "0.60.0",
"secretlint": "9.0.0",
Expand Down Expand Up @@ -118,7 +119,7 @@
"ts-standard": "12.0.2",
"tsqllint": "1.16.0.0",
"v8r": "4.2.1",
"vale": "3.9.1",
"vale": "3.9.3",
"xmllint": "21207",
"yamllint": "1.35.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [phpstan](https://phpstan.org/) from 2.0.4 to **2.1.0** on 2024-12-31
- [golangci-lint](https://golangci-lint.run/) from 1.62.2 to **1.63.1** on 2025-01-01
- [checkov](https://www.checkov.io/) from 3.2.345 to **3.2.346** on 2025-01-01
- [csharpier](https://csharpier.com/) from 0.30.4 to **0.30.5** on 2025-01-06
- [golangci-lint](https://golangci-lint.run/) from 1.63.1 to **1.63.4** on 2025-01-06
- [php-cs-fixer](https://cs.symfony.com/) from 3.65.0 to **3.66.1** on 2025-01-06
- [phpstan](https://phpstan.org/) from 2.1.0 to **2.1.1** on 2025-01-06
- [ruff](https://github.com/astral-sh/ruff) from 0.8.4 to **0.8.6** on 2025-01-06
- [checkov](https://www.checkov.io/) from 3.2.346 to **3.2.347** on 2025-01-06
- [vale](https://vale.sh/) from 3.9.1 to **3.9.3** on 2025-01-06
<!-- linter-versions-end -->

## [v8.3.0] - 2024-11-23
Expand Down
Loading

0 comments on commit f7c3bbf

Please sign in to comment.