Skip to content

Commit 1490084

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

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

.automation/generated/linter-helps.json

Lines changed: 5 additions & 5 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
@@ -81,7 +81,7 @@
8181
"raku": "2024.12",
8282
"remark-lint": "14.0.2",
8383
"revive": "1.13.0",
84-
"robocop": "6.10.0",
84+
"robocop": "6.10.1",
8585
"roslynator": "0.11.0.0",
8686
"rst-lint": "1.4.0",
8787
"rstcheck": "6.2.5",

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
136136
- [checkov](https://www.checkov.io/) from 3.2.490 to **3.2.493** on 2025-11-17
137137
- [robocop](https://github.com/MarketSquare/robotframework-robocop) from 6.9.2 to **6.10.0** on 2025-11-17
138138
- [tflint](https://github.com/terraform-linters/tflint) from 0.59.1 to **0.60.0** on 2025-11-17
139+
- [robocop](https://github.com/MarketSquare/robotframework-robocop) from 6.10.0 to **6.10.1** on 2025-11-17
139140
<!-- linter-versions-end -->
140141

141142
## [v9.1.0] - 2025-10-07

docs/all_linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
| [**raku**](https://github.com/rakudo/rakudo){target=_blank} | 2024.12 | [Artistic-2.0](licenses/raku.md) | [![GitHub stars](https://img.shields.io/github/stars/rakudo/rakudo?cacheSeconds=3600)](https://github.com/rakudo/rakudo){target=_blank} | [RAKU](descriptors/raku_raku.md) | :white_circle: | [Repository](https://github.com/rakudo/rakudo){target=_blank} |
8282
| [**remark-lint**](https://github.com/remarkjs/remark-lint){target=_blank} | 14.0.2 | [MIT](licenses/remark-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/remarkjs/remark-lint?cacheSeconds=3600)](https://github.com/remarkjs/remark-lint){target=_blank} | [MARKDOWN](descriptors/markdown_remark_lint.md) | :white_circle: | [Repository](https://github.com/remarkjs/remark-lint){target=_blank} |
8383
| [**revive**](https://github.com/mgechev/revive){target=_blank} | 1.13.0 | [MIT](licenses/revive.md) | [![GitHub stars](https://img.shields.io/github/stars/mgechev/revive?cacheSeconds=3600)](https://github.com/mgechev/revive){target=_blank} | [GO](descriptors/go_revive.md) | :white_circle: | [Repository](https://github.com/mgechev/revive){target=_blank} |
84-
| [**robocop**](https://github.com/MarketSquare/robotframework-robocop){target=_blank} | 6.10.0 | [Apache-2.0](licenses/robocop.md) | [![GitHub stars](https://img.shields.io/github/stars/MarketSquare/robotframework-robocop?cacheSeconds=3600)](https://github.com/MarketSquare/robotframework-robocop){target=_blank} | [ROBOTFRAMEWORK](descriptors/robotframework_robocop.md) | :white_circle: | [Repository](https://github.com/MarketSquare/robotframework-robocop){target=_blank} |
84+
| [**robocop**](https://github.com/MarketSquare/robotframework-robocop){target=_blank} | 6.10.1 | [Apache-2.0](licenses/robocop.md) | [![GitHub stars](https://img.shields.io/github/stars/MarketSquare/robotframework-robocop?cacheSeconds=3600)](https://github.com/MarketSquare/robotframework-robocop){target=_blank} | [ROBOTFRAMEWORK](descriptors/robotframework_robocop.md) | :white_circle: | [Repository](https://github.com/MarketSquare/robotframework-robocop){target=_blank} |
8585
| [**roslynator**](https://github.com/dotnet/Roslynator){target=_blank} | 0.11.0.0 | [Apache-2.0](licenses/roslynator.md) | [![GitHub stars](https://img.shields.io/github/stars/dotnet/Roslynator?cacheSeconds=3600)](https://github.com/dotnet/Roslynator){target=_blank} | [CSHARP](descriptors/csharp_roslynator.md) | :white_circle: | [Repository](https://github.com/dotnet/Roslynator){target=_blank} |
8686
| [**rst-lint**](https://github.com/twolfson/restructuredtext-lint){target=_blank} | 1.4.0 | [Unlicense](licenses/rst-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/twolfson/restructuredtext-lint?cacheSeconds=3600)](https://github.com/twolfson/restructuredtext-lint){target=_blank} | [RST](descriptors/rst_rst_lint.md) | :heart: | [MegaLinter reference](https://github.com/twolfson/restructuredtext-lint/wiki/Integration-in-other-tools#integration-in-other-tools){target=_blank} |
8787
| [**rstcheck**](https://github.com/myint/rstcheck){target=_blank} | 6.2.5 | [MIT](licenses/rstcheck.md) | [![GitHub stars](https://img.shields.io/github/stars/myint/rstcheck?cacheSeconds=3600)](https://github.com/myint/rstcheck){target=_blank} | [RST](descriptors/rst_rstcheck.md) | :heart: | [MegaLinter reference](https://rstcheck.readthedocs.io/en/latest/usage/integration/#use-with-mega-linter){target=_blank} |

docs/descriptors/robotframework_robocop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RoboCop is a linter and code formatter for the Robot Framework. It helps maintai
2424

2525
## robocop documentation
2626

27-
- Version in MegaLinter: **6.10.0**
27+
- Version in MegaLinter: **6.10.1**
2828
- Visit [Official Web Site](https://github.com/MarketSquare/robotframework-robocop#readme){target=_blank}
2929
- See [How to configure robocop rules](https://robocop.readthedocs.io/en/stable/configuration/configuration.html){target=_blank}
3030
- See [How to disable robocop rules in files](https://robocop.readthedocs.io/en/stable/rules/rules_basics.html#selecting-and-ignoring-rules){target=_blank}
@@ -100,7 +100,7 @@ robocop check myfile.robot
100100
Usage: robocop [OPTIONS] COMMAND [ARGS]...
101101

102102
Static code analysis tool (linter) and code formatter for Robot Framework.
103-
Full documentation available at https://robocop.readthedocs.io .
103+
Full documentation available at https://robocop.dev.
104104

105105
╭─ Options ────────────────────────────────────────────────────────────────────╮
106106
│ --version Show the version and │
@@ -130,8 +130,8 @@ robocop check myfile.robot
130130
- Dockerfile commands :
131131
```dockerfile
132132
# renovate: datasource=pypi depName=robotframework-robocop
133-
ARG PIP_ROBOT_FRAMEWORK_ROBOCOP_VERSION=6.10.0
133+
ARG PIP_ROBOT_FRAMEWORK_ROBOCOP_VERSION=6.10.1
134134
```
135135

136136
- PIP packages (Python):
137-
- [robotframework-robocop==6.10.0](https://pypi.org/project/robotframework-robocop/6.10.0)
137+
- [robotframework-robocop==6.10.1](https://pypi.org/project/robotframework-robocop/6.10.1)

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 {input,code,params}] [--list-input-changes]
152+
[--list-changes {params,input,code}] [--list-input-changes]
153153
[--list-params-changes] [--list-untracked]
154154
[--delete-all-output | --delete-temp-output]
155155
[--keep-incomplete] [--drop-metadata] [--version]
@@ -195,7 +195,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
195195
[--apptainer-args ARGS] [--use-envmodules]
196196
[--deploy-sources QUERY CHECKSUM]
197197
[--target-jobs TARGET_JOBS [TARGET_JOBS ...]]
198-
[--mode {default,remote,subprocess}]
198+
[--mode {remote,subprocess,default}]
199199
[--scheduler-solver-path SCHEDULER_SOLVER_PATH]
200200
[--max-jobs-per-second MAX_JOBS_PER_SECOND]
201201
[--report-html-path VALUE]
@@ -683,7 +683,7 @@ UTILITIES:
683683
(default: False)
684684
--unlock Remove a lock on the working directory. (default:
685685
False)
686-
--list-changes, --lc {input,code,params}
686+
--list-changes, --lc {params,input,code}
687687
List all output files for which the given items (code,
688688
input, params) have changed since creation.
689689
--list-input-changes, --li
@@ -1042,7 +1042,7 @@ INTERNAL:
10421042
--target-jobs TARGET_JOBS [TARGET_JOBS ...]
10431043
Internal use only: Target particular jobs by
10441044
RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...
1045-
--mode {default,remote,subprocess}
1045+
--mode {remote,subprocess,default}
10461046
Internal use only: Set execution mode of Snakemake.
10471047
(default: default)
10481048
--scheduler-solver-path SCHEDULER_SOLVER_PATH

0 commit comments

Comments
 (0)