Skip to content

Commit a7a0d92

Browse files
authored
[automation] Auto-update linters version, help and documentation (#3604)
* [automation] Auto-update linters version, help and documentation * cspell * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
1 parent 5199c63 commit a7a0d92

File tree

170 files changed

+2986
-2986
lines changed

Some content is hidden

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

170 files changed

+2986
-2986
lines changed

.automation/generated/linter-helps.json

+20-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"black": "24.4.2",
99
"cfn-lint": "0.87.4",
1010
"checkmake": "0.2.0",
11-
"checkov": "3.2.122",
11+
"checkov": "3.2.124",
1212
"checkstyle": "10.17.0",
1313
"chktex": "1.7.8",
1414
"clang-format": "17.0.5",

.cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"filelist",
7676
"friendsofphp",
7777
"fs.realpath",
78+
"gardar",
7879
"gfch",
7980
"gotit",
8081
"has-bigints",

CHANGELOG.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
2525
- CI
2626

2727
- Linter versions upgrades
28+
- [checkov](https://www.checkov.io/) from 3.2.122 to **3.2.124** on 2024-06-02
2829
<!-- linter-versions-end -->
2930

3031
## [v7.12.0] - 2024-06-02
@@ -35,28 +36,28 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
3536
- Upgrade to Java 21 except for npm-groovy-lint that requires Java 17
3637

3738
- Media
38-
- Add blog post [5 ways MegaLinter upped our DevSecOps game](https://flexion.us/blog/5-ways-megalinter-upped-our-devsecops-game/) to the list of English articles by @wesley-dean-flexion in https://github.com/oxsecurity/megalinter/pull/3596
39+
- Add blog post [5 ways MegaLinter upped our DevSecOps game](https://flexion.us/blog/5-ways-megalinter-upped-our-devsecops-game/) to the list of English articles by @wesley-dean-flexion in <https://github.com/oxsecurity/megalinter/pull/3596>
3940

4041
- Linters
41-
- Add PHP fixer by @llaville in https://github.com/oxsecurity/megalinter/pull/3598
42+
- Add PHP fixer by @llaville in <https://github.com/oxsecurity/megalinter/pull/3598>
4243
- `API_SPECTRAL` was added as replacement for `OPENAPI_SPECTRAL` (deprecated), supporting AsyncAPI and OpenAPI by default. Uses Spectral's standard config file name `.spectral.yaml` instead of `.openapirc.yml` with a default config with rulesets for AsyncAPI and OpenAPI enabled. Fixes [#3387](https://github.com/oxsecurity/megalinter/issues/3387)
4344
- Disable SQL_TSQLLINT until security issues are solved. Related to <https://github.com/tsqllint/tsqllint/issues/333>
4445
- PHP linters (PHP_PHPCS, PHP_PHPLINT, PHP_PHPSTAN) add support to SARIF report output format with help of <https://github.com/llaville/sarif-php-sdk>
45-
- Php psalm improvement by @llaville in https://github.com/oxsecurity/megalinter/pull/3541
46+
- Php psalm improvement by @llaville in <https://github.com/oxsecurity/megalinter/pull/3541>
4647
- `KOTLIN_KTLINT` now supports `list_of_files` mode, and has better error counting
4748
- Upgrade `KOTLIN_DETEKT` and make it work with cli_lint_mode = project
4849

4950
- Reporters
5051

5152
- Fixes
52-
- Change `golangci-lint` lint mode to `project`, by @wandering-tales in https://github.com/oxsecurity/megalinter/pull/3509
53+
- Change `golangci-lint` lint mode to `project`, by @wandering-tales in <https://github.com/oxsecurity/megalinter/pull/3509>
5354
- Disable sql-lint as it is no longer maintained
5455
- Add new entries `findUnusedCode` and `findUnusedBaselineEntry` in default `psalm.xml` configuration file for PHP_PSALM linter. Related to <https://github.com/oxsecurity/megalinter/issues/3538>
55-
- fix(pylint): overgeneral-exceptions fully qualified name by @gardar in https://github.com/oxsecurity/megalinter/pull/3576
56-
- Update `ktlint` descriptor to support `list_of_files` and better error counting by @Yann-J in https://github.com/oxsecurity/megalinter/pull/3575
57-
- Sync PowerShell version in arm.megalinter-descriptor.yml by @echoix in https://github.com/oxsecurity/megalinter/pull/3586
58-
- Adjust find commands to clean up files in same step by @echoix in https://github.com/oxsecurity/megalinter/pull/3588
59-
- Upgrade KOTLIN_DETEKT and make it work with cli_lint_mode = project by @nvuillam in https://github.com/oxsecurity/megalinter/pull/3590
56+
- fix(pylint): overgeneral-exceptions fully qualified name by @gardar in <https://github.com/oxsecurity/megalinter/pull/3576>
57+
- Update `ktlint` descriptor to support `list_of_files` and better error counting by @Yann-J in <https://github.com/oxsecurity/megalinter/pull/3575>
58+
- Sync PowerShell version in arm.megalinter-descriptor.yml by @echoix in <https://github.com/oxsecurity/megalinter/pull/3586>
59+
- Adjust find commands to clean up files in same step by @echoix in <https://github.com/oxsecurity/megalinter/pull/3588>
60+
- Upgrade KOTLIN_DETEKT and make it work with cli_lint_mode = project by @nvuillam in <https://github.com/oxsecurity/megalinter/pull/3590>
6061

6162
- Doc
6263
- Handle disabled_reason property in descriptors
@@ -72,9 +73,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
7273
- Remove Github Actions Workflow telemetry to improve performances
7374
- Update Docker image for Gitpod to run on Ubuntu Noble, by @echoix
7475
- Update makefile bootstrap config (gitpod or local) to use uv for package installation, by @echoix
75-
- Use uv to install Python deps for CI by @echoix in https://github.com/oxsecurity/megalinter/pull/3561
76-
- Use a single find command to delete pycache files by @echoix in https://github.com/oxsecurity/megalinter/pull/3562
77-
- Sort schema enums by @echoix in https://github.com/oxsecurity/megalinter/pull/3595
76+
- Use uv to install Python deps for CI by @echoix in <https://github.com/oxsecurity/megalinter/pull/3561>
77+
- Use a single find command to delete pycache files by @echoix in <https://github.com/oxsecurity/megalinter/pull/3562>
78+
- Sort schema enums by @echoix in <https://github.com/oxsecurity/megalinter/pull/3595>
7879

7980
- Linter versions upgrades
8081
- [actionlint](https://rhysd.github.io/actionlint/) from 1.6.27 to **1.7.1** on 2024-05-28

0 commit comments

Comments
 (0)