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 Feb 26, 2022
1 parent bcbd8e2 commit 4fd2050
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 20 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,10 @@
[
"2022-02-25T15:39:13",
2460617
],
[
"2022-02-26T01:37:45",
2461076
]
],
"ci_light": [
Expand Down Expand Up @@ -1185,6 +1189,10 @@
[
"2022-02-25T15:39:13",
7828
],
[
"2022-02-26T01:37:45",
7899
]
],
"dart": [
Expand Down Expand Up @@ -1779,6 +1787,10 @@
[
"2022-02-25T15:39:13",
2353
],
[
"2022-02-26T01:37:45",
2353
]
],
"documentation": [
Expand Down Expand Up @@ -2373,6 +2385,10 @@
[
"2022-02-25T15:39:13",
43418
],
[
"2022-02-26T01:37:45",
43468
]
],
"dotnet": [
Expand Down Expand Up @@ -2967,6 +2983,10 @@
[
"2022-02-25T15:39:13",
286982
],
[
"2022-02-26T01:37:45",
287505
]
],
"go": [
Expand Down Expand Up @@ -3561,6 +3581,10 @@
[
"2022-02-25T15:39:13",
8403
],
[
"2022-02-26T01:37:45",
8428
]
],
"java": [
Expand Down Expand Up @@ -4155,6 +4179,10 @@
[
"2022-02-25T15:39:13",
61699
],
[
"2022-02-26T01:37:45",
61813
]
],
"javascript": [
Expand Down Expand Up @@ -4749,6 +4777,10 @@
[
"2022-02-25T15:39:13",
93715
],
[
"2022-02-26T01:37:45",
93978
]
],
"php": [
Expand Down Expand Up @@ -5343,6 +5375,10 @@
[
"2022-02-25T15:39:13",
4346
],
[
"2022-02-26T01:37:45",
4362
]
],
"python": [
Expand Down Expand Up @@ -5937,6 +5973,10 @@
[
"2022-02-25T15:39:13",
61802
],
[
"2022-02-26T01:37:45",
61956
]
],
"ruby": [
Expand Down Expand Up @@ -6527,6 +6567,10 @@
[
"2022-02-25T15:39:13",
1904
],
[
"2022-02-26T01:37:45",
1904
]
],
"rust": [
Expand Down Expand Up @@ -7117,6 +7161,10 @@
[
"2022-02-25T15:39:13",
2127
],
[
"2022-02-26T01:37:45",
2138
]
],
"salesforce": [
Expand Down Expand Up @@ -7711,6 +7759,10 @@
[
"2022-02-25T15:39:13",
11060
],
[
"2022-02-26T01:37:45",
11088
]
],
"scala": [
Expand Down Expand Up @@ -8301,6 +8353,10 @@
[
"2022-02-25T15:39:13",
1455
],
[
"2022-02-26T01:37:45",
1455
]
],
"swift": [
Expand Down Expand Up @@ -8891,6 +8947,10 @@
[
"2022-02-25T15:39:13",
1496
],
[
"2022-02-26T01:37:45",
1496
]
],
"terraform": [
Expand Down Expand Up @@ -9485,6 +9545,10 @@
[
"2022-02-25T15:39:13",
41654
],
[
"2022-02-26T01:37:45",
41855
]
]
}
8 changes: 4 additions & 4 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (capture, prun, python3, timeit,",
" time, python, pypy). Useful for formatting",
" magics (pypy, prun, python3, time, timeit,",
" 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 @@ -1466,8 +1466,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', 'E121', 'W504', 'E704', 'E226',",
" 'E123', 'E24', 'W503'])",
" (Default: ['E121', 'W503', 'E24', 'E226', 'E123',",
" 'E704', 'W504', 'E126'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down
6 changes: 3 additions & 3 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"bandit": "1.7.2",
"bash-exec": "5.1.0",
"black": "22.1.0",
"cfn-lint": "0.58.1",
"checkov": "2.0.902",
"cfn-lint": "0.58.2",
"checkov": "2.0.903",
"checkstyle": "9.3",
"chktex": "1.7.6",
"clippy": "0.1.59",
Expand All @@ -19,7 +19,7 @@
"dotenv-linter": "3.2.0",
"dotnet-format": "000",
"editorconfig-checker": "2.3.5",
"eslint": "8.9.0",
"eslint": "8.10.0",
"eslint-plugin-jsonc": "2.2.1",
"flake8": "4.0.1",
"gherkin-lint": "0.0.0",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [terrascan](https://www.accurics.com/products/terrascan/) from 1.13.1 to **1.13.2** on 2022-02-25
- [checkov](https://www.checkov.io/) from 2.0.901 to **2.0.902** on 2022-02-25
- [terragrunt](https://terragrunt.gruntwork.io) from 0.36.1 to **0.36.2** on 2022-02-25
- [cfn-lint](https://github.com/martysweet/cfn-lint) from 0.58.1 to **0.58.2** on 2022-02-26
- [eslint](https://eslint.org) from 8.9.0 to **8.10.0** on 2022-02-26
- [checkov](https://www.checkov.io/) from 2.0.902 to **2.0.903** on 2022-02-26
<!-- linter-versions-end -->

- New linter `kubeconform` to validate Kubernetes manifests with updated schemas
Expand Down
6 changes: 3 additions & 3 deletions docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
| [**bandit**](https://github.com/PyCQA/bandit){target=_blank} | 1.7.2 | [Apache-2.0](licenses/bandit.md) | [PYTHON](descriptors/python_bandit.md) | :white_circle: | [Repository](https://github.com/PyCQA/bandit){target=_blank} |
| [**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.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.902 | [Apache-2.0](licenses/checkov.md) | [TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} |
| [**cfn-lint**](https://github.com/martysweet/cfn-lint){target=_blank} | 0.58.2 | <!-- --> | [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.903 | [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.59 | <!-- --> | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Web Site](https://github.com/rust-lang/rust-clippy){target=_blank} |
Expand All @@ -25,7 +25,7 @@
| [**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} |
| [**dotnet-format**](https://github.com/dotnet/format){target=_blank} | 000 | <!-- --> | [CSHARP](descriptors/csharp_dotnet_format.md)<br/> [VBDOTNET](descriptors/vbdotnet_dotnet_format.md) | :white_circle: | [Web Site](https://github.com/dotnet/format){target=_blank} |
| [**editorconfig-checker**](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | 2.3.5 | [MIT](licenses/editorconfig-checker.md) | [EDITORCONFIG](descriptors/editorconfig_editorconfig_checker.md) | :heart: | [MegaLinter reference](https://github.com/editorconfig-checker/editorconfig-checker#mega-linter){target=_blank} |
| [**eslint**](https://github.com/eslint/eslint){target=_blank} | 8.9.0 | [MIT](licenses/eslint.md) | [JAVASCRIPT](descriptors/javascript_eslint.md)<br/> [JSX](descriptors/jsx_eslint.md)<br/> [TSX](descriptors/tsx_eslint.md)<br/> [TYPESCRIPT](descriptors/typescript_eslint.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**eslint**](https://github.com/eslint/eslint){target=_blank} | 8.10.0 | [MIT](licenses/eslint.md) | [JAVASCRIPT](descriptors/javascript_eslint.md)<br/> [JSX](descriptors/jsx_eslint.md)<br/> [TSX](descriptors/tsx_eslint.md)<br/> [TYPESCRIPT](descriptors/typescript_eslint.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**eslint-plugin-jsonc**](https://github.com/ota-meshi/eslint-plugin-jsonc){target=_blank} | 2.2.1 | [MIT](licenses/eslint-plugin-jsonc.md) | [JSON](descriptors/json_eslint_plugin_jsonc.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**flake8**](https://github.com/PyCQA/flake8){target=_blank} | 4.0.1 | [Other](licenses/flake8.md) | [PYTHON](descriptors/python_flake8.md) | :white_circle: | [Repository](https://github.com/PyCQA/flake8){target=_blank} |
| [**gherkin-lint**](https://github.com/vsiakka/gherkin-lint){target=_blank} | N/A | <!-- --> | [GHERKIN](descriptors/gherkin_gherkin_lint.md) | :white_circle: | [Web Site](https://github.com/vsiakka/gherkin-lint){target=_blank} |
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/cloudformation_cfn_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## cfn-lint documentation

- Version in MegaLinter: **0.58.1**
- Version in MegaLinter: **0.58.2**
- Visit [Official Web Site](https://github.com/martysweet/cfn-lint#readme){target=_blank}
- If custom `.cfnlintrc.yml` config file is not found, [.cfnlintrc.yml](https://github.com/megalinter/megalinter/tree/main/TEMPLATES/.cfnlintrc.yml){target=_blank} will be used
- See [Index of problems detected by cfn-lint](https://github.com/martysweet/cfn-lint#what-can-cfn-lint-do){target=_blank}
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/javascript_eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can create it by typing `npx eslint --init` in the root of your repository

## eslint documentation

- Version in MegaLinter: **8.9.0**
- Version in MegaLinter: **8.10.0**
- Visit [Official Web Site](https://eslint.org){target=_blank}
- See [How to configure eslint rules](https://eslint.org/docs/user-guide/configuring){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){target=_blank}
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/jsx_eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can create it by typing `npx eslint --init` in the root of your repository

## eslint documentation

- Version in MegaLinter: **8.9.0**
- Version in MegaLinter: **8.10.0**
- Visit [Official Web Site](https://github.com/yannickcr/eslint-plugin-react#readme){target=_blank}
- See [How to configure eslint rules](https://github.com/yannickcr/eslint-plugin-react#configuration){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){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 (capture, prun, python3, timeit,
time, python, pypy). Useful for formatting
magics (pypy, prun, python3, time, timeit,
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: ['E126', 'E121', 'W504', 'E704', 'E226',
'E123', 'E24', 'W503'])
(Default: ['E121', 'W503', 'E24', 'E226', 'E123',
'E704', 'W504', 'E126'])
--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.902**
- Version in MegaLinter: **2.0.903**
- 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
2 changes: 1 addition & 1 deletion docs/descriptors/tsx_eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can create it by typing `npx eslint --init` in the root of your repository

## eslint documentation

- Version in MegaLinter: **8.9.0**
- Version in MegaLinter: **8.10.0**
- Visit [Official Web Site](https://github.com/yannickcr/eslint-plugin-react#readme){target=_blank}
- See [How to configure eslint rules](https://github.com/yannickcr/eslint-plugin-react#configuration){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){target=_blank}
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/typescript_eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can create it by typing `npx eslint --init` in the root of your repository

## eslint documentation

- Version in MegaLinter: **8.9.0**
- Version in MegaLinter: **8.10.0**
- Visit [Official Web Site](https://eslint.org){target=_blank}
- See [How to configure eslint rules](https://eslint.org/docs/user-guide/configuring){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){target=_blank}
Expand Down

0 comments on commit 4fd2050

Please sign in to comment.