Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Mar 14, 2022
1 parent 0ef9d1d commit a28f00b
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 11 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,10 @@
[
"2022-03-13T19:08:51",
2468681
],
[
"2022-03-14T01:48:19",
2468741
]
],
"ci_light": [
Expand Down Expand Up @@ -1281,6 +1285,10 @@
[
"2022-03-13T19:08:51",
8336
],
[
"2022-03-14T01:48:19",
8339
]
],
"dart": [
Expand Down Expand Up @@ -1923,6 +1931,10 @@
[
"2022-03-13T19:08:51",
2420
],
[
"2022-03-14T01:48:19",
2425
]
],
"documentation": [
Expand Down Expand Up @@ -2565,6 +2577,10 @@
[
"2022-03-13T19:08:51",
45067
],
[
"2022-03-14T01:48:19",
45090
]
],
"dotnet": [
Expand Down Expand Up @@ -3207,6 +3223,10 @@
[
"2022-03-13T19:08:51",
290502
],
[
"2022-03-14T01:48:19",
290502
]
],
"go": [
Expand Down Expand Up @@ -3849,6 +3869,10 @@
[
"2022-03-13T19:08:51",
8742
],
[
"2022-03-14T01:48:19",
8744
]
],
"java": [
Expand Down Expand Up @@ -4491,6 +4515,10 @@
[
"2022-03-13T19:08:51",
63964
],
[
"2022-03-14T01:48:19",
63984
]
],
"javascript": [
Expand Down Expand Up @@ -5133,6 +5161,10 @@
[
"2022-03-13T19:08:51",
96902
],
[
"2022-03-14T01:48:19",
96936
]
],
"php": [
Expand Down Expand Up @@ -5775,6 +5807,10 @@
[
"2022-03-13T19:08:51",
4547
],
[
"2022-03-14T01:48:19",
4547
]
],
"python": [
Expand Down Expand Up @@ -6417,6 +6453,10 @@
[
"2022-03-13T19:08:51",
64753
],
[
"2022-03-14T01:48:19",
64775
]
],
"ruby": [
Expand Down Expand Up @@ -7055,6 +7095,10 @@
[
"2022-03-13T19:08:51",
1929
],
[
"2022-03-14T01:48:19",
1929
]
],
"rust": [
Expand Down Expand Up @@ -7693,6 +7737,10 @@
[
"2022-03-13T19:08:51",
2584
],
[
"2022-03-14T01:48:19",
2593
]
],
"salesforce": [
Expand Down Expand Up @@ -8335,6 +8383,10 @@
[
"2022-03-13T19:08:51",
11326
],
[
"2022-03-14T01:48:19",
11330
]
],
"scala": [
Expand Down Expand Up @@ -8973,6 +9025,10 @@
[
"2022-03-13T19:08:51",
1460
],
[
"2022-03-14T01:48:19",
1460
]
],
"swift": [
Expand Down Expand Up @@ -9611,6 +9667,10 @@
[
"2022-03-13T19:08:51",
1501
],
[
"2022-03-14T01:48:19",
1501
]
],
"terraform": [
Expand Down Expand Up @@ -10253,6 +10313,10 @@
[
"2022-03-13T19:08:51",
44641
],
[
"2022-03-14T01:48:19",
44664
]
]
}
8 changes: 4 additions & 4 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (prun, pypy, time, timeit, python3,",
" python, capture). Useful for formatting",
" magics (pypy, prun, python, python3, time,",
" timeit, capture). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -1510,8 +1510,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: ['W504', 'E226', 'E126', 'E121', 'E24',",
" 'E123', 'W503', 'E704'])",
" (Default: ['E24', 'E704', 'E121', 'W503', 'W504',",
" 'E226', 'E126', 'E123'])",
" --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.0",
"black": "22.1.0",
"cfn-lint": "0.58.3",
"checkov": "2.0.940",
"checkov": "2.0.941",
"checkstyle": "10.0",
"chktex": "1.7.6",
"clippy": "0.1.59",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- Linter versions upgrades
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 5.19.0 to **5.19.1** on 2022-03-13
- [checkov](https://www.checkov.io/) from 2.0.939 to **2.0.940** on 2022-03-13
- [checkov](https://www.checkov.io/) from 2.0.940 to **2.0.941** on 2022-03-14
<!-- linter-versions-end -->

## [v5.9.0] - 2022-03-13
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.0 | <!-- --> | [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.1.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.58.3 | <!-- --> | [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.940 | [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.0.941 | [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.0 | [Other](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.59 | <!-- --> | [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 (prun, pypy, time, timeit, python3,
python, capture). Useful for formatting
magics (pypy, prun, python, python3, time,
timeit, capture). 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: ['W504', 'E226', 'E126', 'E121', 'E24',
'E123', 'W503', 'E704'])
(Default: ['E24', 'E704', 'E121', 'W503', 'W504',
'E226', 'E126', 'E123'])
--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 docs/descriptors/terraform_checkov.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## checkov documentation

- Version in MegaLinter: **2.0.940**
- Version in MegaLinter: **2.0.941**
- Visit [Official Web Site](https://www.checkov.io/){target=_blank}
- See [How to disable checkov rules in files](https://www.checkov.io/2.Basics/Suppressing%20and%20Skipping%20Policies.html){target=_blank}
- See [Index of problems detected by checkov](https://www.checkov.io/5.Policy%20Index/all.html){target=_blank}
Expand Down

0 comments on commit a28f00b

Please sign in to comment.