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 15b839f
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 @@ -639,6 +639,10 @@
[
"2022-03-13T19:08:51",
2468681
],
[
"2022-03-14T10:16:27",
2468843
]
],
"ci_light": [
Expand Down Expand Up @@ -1281,6 +1285,10 @@
[
"2022-03-13T19:08:51",
8336
],
[
"2022-03-14T10:16:27",
8353
]
],
"dart": [
Expand Down Expand Up @@ -1923,6 +1931,10 @@
[
"2022-03-13T19:08:51",
2420
],
[
"2022-03-14T10:16:27",
2432
]
],
"documentation": [
Expand Down Expand Up @@ -2565,6 +2577,10 @@
[
"2022-03-13T19:08:51",
45067
],
[
"2022-03-14T10:16:27",
45112
]
],
"dotnet": [
Expand Down Expand Up @@ -3207,6 +3223,10 @@
[
"2022-03-13T19:08:51",
290502
],
[
"2022-03-14T10:16:27",
290525
]
],
"go": [
Expand Down Expand Up @@ -3849,6 +3869,10 @@
[
"2022-03-13T19:08:51",
8742
],
[
"2022-03-14T10:16:27",
8757
]
],
"java": [
Expand Down Expand Up @@ -4491,6 +4515,10 @@
[
"2022-03-13T19:08:51",
63964
],
[
"2022-03-14T10:16:27",
64013
]
],
"javascript": [
Expand Down Expand Up @@ -5133,6 +5161,10 @@
[
"2022-03-13T19:08:51",
96902
],
[
"2022-03-14T10:16:27",
96964
]
],
"php": [
Expand Down Expand Up @@ -5775,6 +5807,10 @@
[
"2022-03-13T19:08:51",
4547
],
[
"2022-03-14T10:16:27",
4549
]
],
"python": [
Expand Down Expand Up @@ -6417,6 +6453,10 @@
[
"2022-03-13T19:08:51",
64753
],
[
"2022-03-14T10:16:27",
64801
]
],
"ruby": [
Expand Down Expand Up @@ -7055,6 +7095,10 @@
[
"2022-03-13T19:08:51",
1929
],
[
"2022-03-14T10:16:27",
1929
]
],
"rust": [
Expand Down Expand Up @@ -7693,6 +7737,10 @@
[
"2022-03-13T19:08:51",
2584
],
[
"2022-03-14T10:16:27",
2601
]
],
"salesforce": [
Expand Down Expand Up @@ -8335,6 +8383,10 @@
[
"2022-03-13T19:08:51",
11326
],
[
"2022-03-14T10:16:27",
11332
]
],
"scala": [
Expand Down Expand Up @@ -8973,6 +9025,10 @@
[
"2022-03-13T19:08:51",
1460
],
[
"2022-03-14T10:16:27",
1460
]
],
"swift": [
Expand Down Expand Up @@ -9611,6 +9667,10 @@
[
"2022-03-13T19:08:51",
1501
],
[
"2022-03-14T10:16:27",
1501
]
],
"terraform": [
Expand Down Expand Up @@ -10253,6 +10313,10 @@
[
"2022-03-13T19:08:51",
44641
],
[
"2022-03-14T10:16:27",
44707
]
]
}
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 (python3, prun, pypy, timeit, time,",
" capture, python). 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: ['E226', 'E126', 'E24', 'E704', 'W503',",
" 'E121', 'E123', 'W504'])",
" --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.3",
"checkov": "2.0.940",
"checkov": "2.0.941",
"checkstyle": "10.0",
"chktex": "1.7.6",
"clippy": "0.1.59",
"clj-kondo": "2022.02.09",
"coffeelint": "5.2.4",
"cpplint": "1.6.0",
"cspell": "5.19.1",
"cspell": "5.19.2",
"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 @@ -11,6 +11,8 @@ 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
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 5.19.1 to **5.19.2** on 2022-03-14
- [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
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.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} |
| [**clj-kondo**](https://github.com/borkdude/clj-kondo){target=_blank} | 2022.02.09 | <!-- --> | [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.6.0 | <!-- --> | [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.19.1 | [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.19.2 | [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 (prun, pypy, time, timeit, python3,
python, capture). Useful for formatting
magics (python3, prun, pypy, timeit, time,
capture, python). 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: ['E226', 'E126', 'E24', 'E704', 'W503',
'E121', 'E123', '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 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.19.1**
- Version in MegaLinter: **5.19.2**
- 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.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 15b839f

Please sign in to comment.