Skip to content

Commit f520d4e

Browse files
authored
[automation] Auto-update linters version, help and documentation (#6250)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
1 parent 2b34935 commit f520d4e

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

.automation/generated/linter-helps.json

Lines changed: 5 additions & 6 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cfn-lint": "1.39.1",
1010
"checkmake": "0.2.0",
1111
"checkov": "3.2.413",
12-
"checkstyle": "11.0.1",
12+
"checkstyle": "11.1.0",
1313
"chktex": "1.7.8",
1414
"clang-format": "20.1.8",
1515
"clippy": "0.1.90",

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
4949
- [ruff](https://github.com/astral-sh/ruff) from 0.13.1 to **0.13.2** on 2025-09-27
5050
- [rubocop](https://rubocop.org/) from 1.80.2 to **1.81.1** on 2025-09-28
5151
- [terragrunt](https://terragrunt.gruntwork.io) from 0.87.4 to **0.88.0** on 2025-09-28
52+
- [checkstyle](https://checkstyle.org/) from 11.0.1 to **11.1.0** on 2025-09-28
5253
<!-- linter-versions-end -->
5354

5455
## [v9.0.1] - 2025-09-21

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
2424
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
2525
<!-- gh-dependents-info-used-by-start -->
26-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2656&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
26+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2657&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
2727
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
2828
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
2929
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)

docs/all_linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| [**cfn-lint**](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | 1.39.1 | [MIT-0](licenses/cfn-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/aws-cloudformation/cfn-lint?cacheSeconds=3600)](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Repository](https://github.com/aws-cloudformation/cfn-lint){target=_blank} |
1616
| [**checkmake**](https://github.com/mrtazz/checkmake){target=_blank} | 0.2.0 | [MIT](licenses/checkmake.md) | [![GitHub stars](https://img.shields.io/github/stars/mrtazz/checkmake?cacheSeconds=3600)](https://github.com/mrtazz/checkmake){target=_blank} | [MAKEFILE](descriptors/makefile_checkmake.md) | :heart: | [MegaLinter reference](https://github.com/checkmake/checkmake?tab=readme-ov-file#megalinter){target=_blank} |
1717
| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 3.2.413 | [Apache-2.0](licenses/checkov.md) | [![GitHub stars](https://img.shields.io/github/stars/bridgecrewio/checkov?cacheSeconds=3600)](https://github.com/bridgecrewio/checkov){target=_blank} | [REPOSITORY](descriptors/repository_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} |
18-
| [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 11.0.1 | [LGPL-2.1](licenses/checkstyle.md) | [![GitHub stars](https://img.shields.io/github/stars/checkstyle/checkstyle?cacheSeconds=3600)](https://github.com/checkstyle/checkstyle){target=_blank} | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.org/index.html#Related_Tools_Active_Tools){target=_blank} |
18+
| [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 11.1.0 | [LGPL-2.1](licenses/checkstyle.md) | [![GitHub stars](https://img.shields.io/github/stars/checkstyle/checkstyle?cacheSeconds=3600)](https://github.com/checkstyle/checkstyle){target=_blank} | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.org/index.html#Related_Tools_Active_Tools){target=_blank} |
1919
| [**chktex**](https://git.savannah.nongnu.org/git/chktex.git){target=_blank} | 1.7.8 | GPL-2.0 | <!-- --> | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Repository](https://git.savannah.nongnu.org/git/chktex.git){target=_blank} |
2020
| [**clang-format**](https://github.com/llvm/llvm-project){target=_blank} | 20.1.8 | [Apache-2.0](licenses/clang-format.md) | [![GitHub stars](https://img.shields.io/github/stars/llvm/llvm-project?cacheSeconds=3600)](https://github.com/llvm/llvm-project){target=_blank} | [C](descriptors/c_clang_format.md)<br/> [CPP](descriptors/cpp_clang_format.md) | :white_circle: | [Repository](https://github.com/llvm/llvm-project){target=_blank} |
2121
| [**clippy**](https://github.com/rust-lang/rust-clippy){target=_blank} | 0.1.90 | [Apache-2.0](licenses/clippy.md) | [![GitHub stars](https://img.shields.io/github/stars/rust-lang/rust-clippy?cacheSeconds=3600)](https://github.com/rust-lang/rust-clippy){target=_blank} | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Repository](https://github.com/rust-lang/rust-clippy){target=_blank} |

docs/descriptors/java_checkstyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description: How to use checkstyle (configure, ignore files, ignore errors, help
2626

2727
## checkstyle documentation
2828

29-
- Version in MegaLinter: **11.0.1**
29+
- Version in MegaLinter: **11.1.0**
3030
- Visit [Official Web Site](https://checkstyle.org/){target=_blank}
3131
- See [How to configure checkstyle rules](https://checkstyle.org/config.html){target=_blank}
3232
- If custom `sun_checks.xml` config file isn't found, [sun_checks.xml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/sun_checks.xml){target=_blank} will be used

docs/descriptors/kubernetes_kubescape.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ Flags:
158158
--server string Backend discovery server URL
159159

160160
Use "kubescape [command] --help" for more information about a command.
161-
{"level":"info","ts":"2025-09-28T10:27:24Z","msg":"Received interrupt signal, exiting..."}
162161
```
163162
164163
### Installation on mega-linter Docker image

docs/descriptors/ruby_rubocop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
305305
# renovate: datasource=rubygems depName=rubocop-performance
306306
ARG GEM_RUBOCOP_PERFORMANCE_VERSION=1.26.0
307307
# renovate: datasource=rubygems depName=rubocop-rails
308-
ARG GEM_RUBOCOP_RAILS_VERSION=2.33.3
308+
ARG GEM_RUBOCOP_RAILS_VERSION=2.33.4
309309
# renovate: datasource=rubygems depName=rubocop-rake
310310
ARG GEM_RUBOCOP_RAKE_VERSION=0.7.1
311311
# renovate: datasource=rubygems depName=rubocop-rspec
@@ -316,6 +316,6 @@ ARG GEM_RUBOCOP_RSPEC_VERSION=3.7.0
316316
- [rubocop:1.81.1](https://rubygems.org/gems/rubocop/versions/1.81.1)
317317
- [rubocop-github:0.26.0](https://rubygems.org/gems/rubocop-github/versions/0.26.0)
318318
- [rubocop-performance:1.26.0](https://rubygems.org/gems/rubocop-performance/versions/1.26.0)
319-
- [rubocop-rails:2.33.3](https://rubygems.org/gems/rubocop-rails/versions/2.33.3)
319+
- [rubocop-rails:2.33.4](https://rubygems.org/gems/rubocop-rails/versions/2.33.4)
320320
- [rubocop-rake:0.7.1](https://rubygems.org/gems/rubocop-rake/versions/0.7.1)
321321
- [rubocop-rspec:3.7.0](https://rubygems.org/gems/rubocop-rspec/versions/3.7.0)

docs/descriptors/snakemake_snakemake.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
149149
[--summary] [--detailed-summary] [--archive FILE]
150150
[--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow]
151151
[--skip-script-cleanup] [--unlock]
152-
[--list-changes {params,input,code}] [--list-input-changes]
152+
[--list-changes {params,code,input}] [--list-input-changes]
153153
[--list-params-changes] [--list-untracked]
154154
[--delete-all-output | --delete-temp-output]
155155
[--keep-incomplete] [--drop-metadata] [--version]
@@ -194,7 +194,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
194194
[--apptainer-args ARGS] [--use-envmodules]
195195
[--deploy-sources QUERY CHECKSUM]
196196
[--target-jobs TARGET_JOBS [TARGET_JOBS ...]]
197-
[--mode {subprocess,default,remote}]
197+
[--mode {default,subprocess,remote}]
198198
[--scheduler-solver-path SCHEDULER_SOLVER_PATH]
199199
[--max-jobs-per-second MAX_JOBS_PER_SECOND]
200200
[--report-html-path VALUE]
@@ -682,7 +682,7 @@ UTILITIES:
682682
(default: False)
683683
--unlock Remove a lock on the working directory. (default:
684684
False)
685-
--list-changes, --lc {params,input,code}
685+
--list-changes, --lc {params,code,input}
686686
List all output files for which the given items (code,
687687
input, params) have changed since creation.
688688
--list-input-changes, --li
@@ -1037,7 +1037,7 @@ INTERNAL:
10371037
--target-jobs TARGET_JOBS [TARGET_JOBS ...]
10381038
Internal use only: Target particular jobs by
10391039
RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...
1040-
--mode {subprocess,default,remote}
1040+
--mode {default,subprocess,remote}
10411041
Internal use only: Set execution mode of Snakemake.
10421042
(default: default)
10431043
--scheduler-solver-path SCHEDULER_SOLVER_PATH

0 commit comments

Comments
 (0)