Skip to content

Commit

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

* [MegaLinter] Apply linters fixes

* Since v0.30, call linter using `csharpier`, not dotnet-csharpier

---------

Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Nov 17, 2024
1 parent dac68e9 commit 3256413
Show file tree
Hide file tree
Showing 170 changed files with 2,948 additions and 2,946 deletions.
22 changes: 11 additions & 11 deletions .automation/generated/linter-helps.json

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

4 changes: 2 additions & 2 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.19.0",
"checkmake": "0.2.0",
"checkov": "3.2.298",
"checkov": "3.2.300",
"checkstyle": "10.20.1",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand Down Expand Up @@ -66,7 +66,7 @@
"php-cs-fixer": "3.64.0",
"phpcs": "3.11.1",
"phplint": "9.5.4",
"phpstan": "2.0.1",
"phpstan": "2.0.2",
"pmd": "7.7.0",
"powershell": "7.4.2",
"powershell_formatter": "7.4.2",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Media

- Linters enhancements
- [csharpier](https://megalinter.io/latest/descriptors/csharp_csharpier/): Since v0.30, call linter using `csharpier`, not dotnet-csharpier

- Fixes

Expand All @@ -29,6 +30,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- mega-linter-runner

- Linter versions upgrades (104)
- [phpstan](https://phpstan.org/) from 2.0.1 to **2.0.2** on 2024-11-17
- [checkov](https://www.checkov.io/) from 3.2.298 to **3.2.300** on 2024-11-17
<!-- linter-versions-end -->

## [v8.2.0] - 2024-11-17
Expand Down
Loading

0 comments on commit 3256413

Please sign in to comment.