Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automation] Auto-update linters version, help and documentation #1552

Merged
merged 1 commit into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,8 @@
2516095
],
[
"2022-06-23T09:58:56",
2516389
"2022-06-23T09:06:53",
2516423
]
],
"ci_light": [
Expand Down Expand Up @@ -1791,8 +1791,8 @@
12700
],
[
"2022-06-23T09:58:56",
12737
"2022-06-23T09:06:53",
12753
]
],
"dart": [
Expand Down Expand Up @@ -2689,7 +2689,7 @@
3091
],
[
"2022-06-23T09:58:56",
"2022-06-23T09:06:53",
3092
]
],
Expand Down Expand Up @@ -3587,8 +3587,8 @@
59232
],
[
"2022-06-23T09:58:56",
59292
"2022-06-23T09:06:53",
59295
]
],
"dotnet": [
Expand Down Expand Up @@ -4485,8 +4485,8 @@
301272
],
[
"2022-06-23T09:58:56",
301285
"2022-06-23T09:06:53",
301295
]
],
"go": [
Expand Down Expand Up @@ -5383,7 +5383,7 @@
11956
],
[
"2022-06-23T09:58:56",
"2022-06-23T09:06:53",
11958
]
],
Expand Down Expand Up @@ -6281,8 +6281,8 @@
79499
],
[
"2022-06-23T09:58:56",
79559
"2022-06-23T09:06:53",
79574
]
],
"javascript": [
Expand Down Expand Up @@ -7179,8 +7179,8 @@
125181
],
[
"2022-06-23T09:58:56",
125303
"2022-06-23T09:06:53",
125320
]
],
"php": [
Expand Down Expand Up @@ -8077,7 +8077,7 @@
9115
],
[
"2022-06-23T09:58:56",
"2022-06-23T09:06:53",
9115
]
],
Expand Down Expand Up @@ -8975,8 +8975,8 @@
82519
],
[
"2022-06-23T09:58:56",
82594
"2022-06-23T09:06:53",
82603
]
],
"ruby": [
Expand Down Expand Up @@ -9869,7 +9869,7 @@
2321
],
[
"2022-06-23T09:58:56",
"2022-06-23T09:06:53",
2321
]
],
Expand Down Expand Up @@ -10763,7 +10763,7 @@
3733
],
[
"2022-06-23T09:58:56",
"2022-06-23T09:06:53",
3734
]
],
Expand Down Expand Up @@ -11661,7 +11661,7 @@
12336
],
[
"2022-06-23T09:58:56",
"2022-06-23T09:06:53",
12373
]
],
Expand Down Expand Up @@ -12555,7 +12555,7 @@
1476
],
[
"2022-06-23T09:58:56",
"2022-06-23T09:06:53",
1476
]
],
Expand Down Expand Up @@ -13449,7 +13449,7 @@
1809
],
[
"2022-06-23T09:58:56",
"2022-06-23T09:06:53",
1811
]
],
Expand Down Expand Up @@ -14347,8 +14347,8 @@
77144
],
[
"2022-06-23T09:58:56",
77288
"2022-06-23T09:06:53",
77309
]
]
}
11 changes: 6 additions & 5 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (time, timeit, python, capture,",
" python3, prun, pypy). Useful for formatting",
" magics (prun, pypy, time, capture, timeit,",
" python, python3). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -556,7 +556,8 @@
" --check option to explicitly include checks by ID even",
" if they are not in the platform, without using this",
" flag.",
" --quiet in case of CLI output, display only failed checks",
" --quiet in case of CLI output, display only failed checks.",
" Also disables progress bars",
" --compact in case of CLI output, do not display code blocks",
" --framework {bitbucket_pipelines,argo_workflows,arm,bicep,cloudformation,dockerfile,github_configuration,github_actions,gitlab_configuration,gitlab_ci,bitbucket_configuration,helm,json,yaml,kubernetes,kustomize,openapi,sca_package,sca_image,secrets,serverless,terraform,terraform_plan,all} [{bitbucket_pipelines,argo_workflows,arm,bicep,cloudformation,dockerfile,github_configuration,github_actions,gitlab_configuration,gitlab_ci,bitbucket_configuration,helm,json,yaml,kubernetes,kustomize,openapi,sca_package,sca_image,secrets,serverless,terraform,terraform_plan,all} ...]",
" Filter scan to run only on specific infrastructure",
Expand Down Expand Up @@ -1551,8 +1552,8 @@
" of opening bracket's line.",
" --ignore errors Comma-separated list of errors and warnings to ignore",
" (or skip). For example, ``--ignore=E4,E51,W234``.",
" (Default: ['W503', 'W504', 'E126', 'E121', 'E704',",
" 'E226', 'E123', 'E24'])",
" (Default: ['E123', 'E24', 'E704', 'E126', 'E226',",
" 'E121', 'W503', 'W504'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down
2 changes: 1 addition & 1 deletion .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bash-exec": "5.1.16",
"black": "22.3.0",
"cfn-lint": "0.61.1",
"checkov": "2.0.1230",
"checkov": "2.1.0",
"checkstyle": "10.3",
"chktex": "1.7.6",
"clippy": "0.1.61",
Expand Down
44 changes: 22 additions & 22 deletions .automation/generated/megalinter-users.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"releases_url": "https://api.github.com/repos/nektos/act/releases{/id}",
"size": 6096,
"ssh_url": "git@github.com:nektos/act.git",
"stargazers_count": 25380,
"stargazers_count": 25381,
"stargazers_url": "https://api.github.com/repos/nektos/act/stargazers",
"statuses_url": "https://api.github.com/repos/nektos/act/statuses/{sha}",
"subscribers_count": 116,
Expand All @@ -127,14 +127,14 @@
"golang"
],
"trees_url": "https://api.github.com/repos/nektos/act/git/trees{/sha}",
"updated_at": "2022-06-23T07:29:07Z",
"updated_at": "2022-06-23T08:00:52Z",
"url": "https://api.github.com/repos/nektos/act",
"visibility": "public",
"watchers": 25380,
"watchers_count": 25380
"watchers": 25381,
"watchers_count": 25381
},
"repo_url": "https://github.com/nektos/act",
"stargazers": 25380
"stargazers": 25381
},
{
"info": {
Expand Down Expand Up @@ -431,8 +431,8 @@
"network_count": 101,
"node_id": "MDEwOlJlcG9zaXRvcnkzMDQ4MzAyMjY=",
"notifications_url": "https://api.github.com/repos/megalinter/megalinter/notifications{?since,all,participating}",
"open_issues": 42,
"open_issues_count": 42,
"open_issues": 41,
"open_issues_count": 41,
"organization": {
"avatar_url": "https://avatars.githubusercontent.com/u/76904213?v=4",
"events_url": "https://api.github.com/users/megalinter/events{/privacy}",
Expand Down Expand Up @@ -475,9 +475,9 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/megalinter/megalinter/pulls{/number}",
"pushed_at": "2022-06-23T07:41:13Z",
"pushed_at": "2022-06-23T08:35:40Z",
"releases_url": "https://api.github.com/repos/megalinter/megalinter/releases{/id}",
"size": 149641,
"size": 149738,
"ssh_url": "git@github.com:megalinter/megalinter.git",
"stargazers_count": 676,
"stargazers_url": "https://api.github.com/repos/megalinter/megalinter/stargazers",
Expand Down Expand Up @@ -875,7 +875,7 @@
"pulls_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/pulls{/number}",
"pushed_at": "2022-06-23T07:09:23Z",
"releases_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/releases{/id}",
"size": 27183,
"size": 26725,
"ssh_url": "git@github.com:secureCodeBox/secureCodeBox.git",
"stargazers_count": 489,
"stargazers_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/stargazers",
Expand Down Expand Up @@ -1350,9 +1350,9 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/bjw-s/home-ops/pulls{/number}",
"pushed_at": "2022-06-23T07:37:17Z",
"pushed_at": "2022-06-23T09:05:01Z",
"releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}",
"size": 30440,
"size": 30446,
"ssh_url": "git@github.com:bjw-s/home-ops.git",
"stargazers_count": 144,
"stargazers_url": "https://api.github.com/repos/bjw-s/home-ops/stargazers",
Expand Down Expand Up @@ -2248,7 +2248,7 @@
"releases_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/releases{/id}",
"size": 995,
"ssh_url": "git@github.com:joeygoksu/prime-nestjs.git",
"stargazers_count": 66,
"stargazers_count": 67,
"stargazers_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/stargazers",
"statuses_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/statuses/{sha}",
"subscribers_count": 5,
Expand All @@ -2269,14 +2269,14 @@
"typescript"
],
"trees_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/trees{/sha}",
"updated_at": "2022-06-22T08:51:27Z",
"updated_at": "2022-06-23T08:42:41Z",
"url": "https://api.github.com/repos/joeygoksu/prime-nestjs",
"visibility": "public",
"watchers": 66,
"watchers_count": 66
"watchers": 67,
"watchers_count": 67
},
"repo_url": "https://github.com/joeygoksu/prime-nestjs",
"stargazers": 66
"stargazers": 67
},
{
"info": {
Expand Down Expand Up @@ -2502,7 +2502,7 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/philips-software/embeddedinfralib/pulls{/number}",
"pushed_at": "2022-06-22T18:51:01Z",
"pushed_at": "2022-06-23T08:56:49Z",
"releases_url": "https://api.github.com/repos/philips-software/embeddedinfralib/releases{/id}",
"size": 40147,
"ssh_url": "git@github.com:philips-software/embeddedinfralib.git",
Expand Down Expand Up @@ -5605,8 +5605,8 @@
"network_count": 149,
"node_id": "MDEwOlJlcG9zaXRvcnkzODU5NTg0MTY=",
"notifications_url": "https://api.github.com/repos/AliceO2Group/O2Physics/notifications{?since,all,participating}",
"open_issues": 9,
"open_issues_count": 9,
"open_issues": 8,
"open_issues_count": 8,
"organization": {
"avatar_url": "https://avatars.githubusercontent.com/u/9053140?v=4",
"events_url": "https://api.github.com/users/AliceO2Group/events{/privacy}",
Expand Down Expand Up @@ -5649,9 +5649,9 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/AliceO2Group/O2Physics/pulls{/number}",
"pushed_at": "2022-06-23T07:56:41Z",
"pushed_at": "2022-06-23T08:56:00Z",
"releases_url": "https://api.github.com/repos/AliceO2Group/O2Physics/releases{/id}",
"size": 6925,
"size": 6933,
"ssh_url": "git@github.com:AliceO2Group/O2Physics.git",
"stargazers_count": 8,
"stargazers_url": "https://api.github.com/repos/AliceO2Group/O2Physics/stargazers",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from 2.13.4 to **2.13.5** on 2022-06-23
- [kics](https://www.kics.io) from 1.5.10 to **1.5.11** on 2022-06-23
- [terragrunt](https://terragrunt.gruntwork.io) from 0.38.0 to **0.38.1** on 2022-06-23
- [checkov](https://www.checkov.io/) from 2.0.1230 to **2.1.0** on 2022-06-23
<!-- linter-versions-end -->

## [v5.15.0] - 2022-06-23
Expand Down
2 changes: 1 addition & 1 deletion docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| [**bash-exec**](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} | 5.1.16 | <!-- --> | [BASH](descriptors/bash_bash_exec.md) | <!-- --> | [Web Site](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} |
| [**black**](https://github.com/psf/black){target=_blank} | 22.3.0 | [MIT](licenses/black.md) | [PYTHON](descriptors/python_black.md) | :white_circle: | [Repository](https://github.com/psf/black){target=_blank} |
| [**cfn-lint**](https://github.com/martysweet/cfn-lint){target=_blank} | 0.61.1 | <!-- --> | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Web Site](https://github.com/martysweet/cfn-lint){target=_blank} |
| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.0.1230 | [Apache-2.0](licenses/checkov.md) | [TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} |
| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.1.0 | [Apache-2.0](licenses/checkov.md) | [TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} |
| [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 10.3 | [LGPL-2.1](licenses/checkstyle.md) | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} |
| [**chktex**](https://www.nongnu.org/chktex){target=_blank} | 1.7.6 | <!-- --> | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Web Site](https://www.nongnu.org/chktex){target=_blank} |
| [**clippy**](https://github.com/rust-lang/rust-clippy){target=_blank} | 0.1.61 | <!-- --> | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Web Site](https://github.com/rust-lang/rust-clippy){target=_blank} |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/python_black.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Options:
input).
--python-cell-magics TEXT When processing Jupyter Notebooks, add the
given magic to the list of known python-
magics (time, timeit, python, capture,
python3, prun, pypy). Useful for formatting
magics (prun, pypy, time, capture, timeit,
python, python3). Useful for formatting
cells with custom python magics.
-S, --skip-string-normalization
Don't normalize string quotes or prefixes.
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/python_flake8.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ optional arguments:
of opening bracket's line.
--ignore errors Comma-separated list of errors and warnings to ignore
(or skip). For example, ``--ignore=E4,E51,W234``.
(Default: ['W503', 'W504', 'E126', 'E121', 'E704',
'E226', 'E123', 'E24'])
(Default: ['E123', 'E24', 'E704', 'E126', 'E226',
'E121', 'W503', 'W504'])
--extend-ignore errors
Comma-separated list of errors and warnings to add to
the list of ignored ones. For example, ``--extend-
Expand Down
Loading