Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Feb 5, 2022
1 parent 3410665 commit 737905c
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 14 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,10 @@
[
"2022-02-03T10:37:04",
2435745
],
[
"2022-02-05T01:26:54",
2437610
]
],
"ci_light": [
Expand Down Expand Up @@ -1089,6 +1093,10 @@
[
"2022-02-03T10:37:04",
6957
],
[
"2022-02-05T01:26:54",
7010
]
],
"dart": [
Expand Down Expand Up @@ -1635,6 +1643,10 @@
[
"2022-02-03T10:37:04",
2151
],
[
"2022-02-05T01:26:54",
2170
]
],
"documentation": [
Expand Down Expand Up @@ -2181,6 +2193,10 @@
[
"2022-02-03T10:37:04",
35591
],
[
"2022-02-05T01:26:54",
35970
]
],
"dotnet": [
Expand Down Expand Up @@ -2727,6 +2743,10 @@
[
"2022-02-03T10:37:04",
275710
],
[
"2022-02-05T01:26:54",
276517
]
],
"go": [
Expand Down Expand Up @@ -3273,6 +3293,10 @@
[
"2022-02-03T10:37:04",
7650
],
[
"2022-02-05T01:26:54",
7710
]
],
"java": [
Expand Down Expand Up @@ -3819,6 +3843,10 @@
[
"2022-02-03T10:37:04",
54923
],
[
"2022-02-05T01:26:54",
55423
]
],
"javascript": [
Expand Down Expand Up @@ -4365,6 +4393,10 @@
[
"2022-02-03T10:37:04",
82333
],
[
"2022-02-05T01:26:54",
83449
]
],
"php": [
Expand Down Expand Up @@ -4911,6 +4943,10 @@
[
"2022-02-03T10:37:04",
3921
],
[
"2022-02-05T01:26:54",
3933
]
],
"python": [
Expand Down Expand Up @@ -5457,6 +5493,10 @@
[
"2022-02-03T10:37:04",
53123
],
[
"2022-02-05T01:26:54",
53794
]
],
"ruby": [
Expand Down Expand Up @@ -5999,6 +6039,10 @@
[
"2022-02-03T10:37:04",
1840
],
[
"2022-02-05T01:26:54",
1842
]
],
"rust": [
Expand Down Expand Up @@ -6541,6 +6585,10 @@
[
"2022-02-03T10:37:04",
1572
],
[
"2022-02-05T01:26:54",
1574
]
],
"salesforce": [
Expand Down Expand Up @@ -7087,6 +7135,10 @@
[
"2022-02-03T10:37:04",
10275
],
[
"2022-02-05T01:26:54",
10329
]
],
"scala": [
Expand Down Expand Up @@ -7629,6 +7681,10 @@
[
"2022-02-03T10:37:04",
1422
],
[
"2022-02-05T01:26:54",
1424
]
],
"swift": [
Expand Down Expand Up @@ -8171,6 +8227,10 @@
[
"2022-02-03T10:37:04",
1462
],
[
"2022-02-05T01:26:54",
1464
]
],
"terraform": [
Expand Down Expand Up @@ -8717,6 +8777,10 @@
[
"2022-02-03T10:37:04",
35398
],
[
"2022-02-05T01:26:54",
35725
]
]
}
8 changes: 4 additions & 4 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (pypy, capture, python, python3,",
" timeit, time, prun). Useful for formatting",
" magics (time, pypy, python3, timeit, prun,",
" python, capture). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -1405,8 +1405,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: ['E126', 'E226', 'W504', 'E704', 'E24',",
" 'W503', 'E123', 'E121'])",
" (Default: ['W504', 'E704', 'E226', 'E121', 'E126',",
" 'E123', 'W503', 'E24'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down
4 changes: 2 additions & 2 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"bash-exec": "5.1.0",
"black": "22.1.0",
"cfn-lint": "0.58.0",
"checkov": "2.0.786",
"checkov": "2.0.791",
"checkstyle": "9.3",
"chktex": "1.7.6",
"clippy": "0.1.58",
"clj-kondo": "2022.01.15",
"coffeelint": "5.2.4",
"cpplint": "1.5.5",
"cspell": "5.18.0",
"cspell": "5.18.3",
"dartanalyzer": "0.0.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.2.0",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [rubocop](https://rubocop.org/) from 1.25.0 to **1.25.1** on 2022-02-03
- [checkov](https://www.checkov.io/) from 2.0.782 to **2.0.783** on 2022-02-03
- [checkov](https://www.checkov.io/) from 2.0.783 to **2.0.786** on 2022-02-03
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 5.18.0 to **5.18.3** on 2022-02-05
- [checkov](https://www.checkov.io/) from 2.0.786 to **2.0.791** on 2022-02-05
<!-- linter-versions-end -->

## [v5.7.1] - 2022-02-02
Expand Down
4 changes: 2 additions & 2 deletions docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
| [**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.0 | <!-- --> | [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.786 | [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.791 | [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} | 9.3 | [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.58 | <!-- --> | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Web Site](https://github.com/rust-lang/rust-clippy){target=_blank} |
| [**clj-kondo**](https://github.com/borkdude/clj-kondo){target=_blank} | 2022.01.15 | <!-- --> | [CLOJURE](descriptors/clojure_clj_kondo.md) | :heart: | [MegaLinter reference](https://github.com/borkdude/clj-kondo/blob/master/doc/ci-integration.md#github){target=_blank} |
| [**coffeelint**](https://github.com/clutchski/coffeelint){target=_blank} | 5.2.4 | [Other](licenses/coffeelint.md) | [COFFEE](descriptors/coffee_coffeelint.md) | :white_circle: | [Repository](https://github.com/clutchski/coffeelint){target=_blank} |
| [**cpplint**](https://github.com/cpplint/cpplint){target=_blank} | 1.5.5 | <!-- --> | [C](descriptors/c_cpplint.md)<br/> [CPP](descriptors/cpp_cpplint.md) | :white_circle: | [Web Site](https://github.com/cpplint/cpplint){target=_blank} |
| [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 5.18.0 | [MIT](licenses/cspell.md) | [SPELL](descriptors/spell_cspell.md) | :heart: | [MegaLinter reference](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#mega-linter){target=_blank} |
| [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 5.18.3 | [MIT](licenses/cspell.md) | [SPELL](descriptors/spell_cspell.md) | :heart: | [MegaLinter reference](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#mega-linter){target=_blank} |
| [**dartanalyzer**](https://github.com/dart-lang/sdk){target=_blank} | N/A | [BSD-3-Clause](licenses/dartanalyzer.md) | [DART](descriptors/dart_dartanalyzer.md) | :no_entry_sign: | [Repository](https://github.com/dart-lang/sdk){target=_blank} |
| [**dockerfilelint**](https://github.com/replicatedhq/dockerfilelint){target=_blank} | 1.8.0 | <!-- --> | [DOCKERFILE](descriptors/dockerfile_dockerfilelint.md) | :white_circle: | [Web Site](https://github.com/replicatedhq/dockerfilelint){target=_blank} |
| [**dotenv-linter**](https://github.com/dotenv-linter/dotenv-linter){target=_blank} | 3.2.0 | [MIT](licenses/dotenv-linter.md) | [ENV](descriptors/env_dotenv_linter.md) | :heart: | [MegaLinter reference](https://dotenv-linter.github.io/#/integrations/mega_linter){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 (pypy, capture, python, python3,
timeit, time, prun). Useful for formatting
magics (time, pypy, python3, timeit, prun,
python, 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: ['E126', 'E226', 'W504', 'E704', 'E24',
'W503', 'E123', 'E121'])
(Default: ['W504', 'E704', 'E226', 'E121', 'E126',
'E123', 'W503', 'E24'])
--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/spell_cspell.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copy it at the root of your repository, read it, remove real spelling errors (af

## cspell documentation

- Version in MegaLinter: **5.18.0**
- Version in MegaLinter: **5.18.3**
- Visit [Official Web Site](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#readme){target=_blank}
- See [How to configure cspell rules](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#customization){target=_blank}
- See [How to disable cspell rules in files](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#enable--disable-checking-sections-of-code){target=_blank}
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.786**
- Version in MegaLinter: **2.0.791**
- 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 737905c

Please sign in to comment.