Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Feb 1, 2022
1 parent e9aa6e2 commit 6589c16
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 13 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,10 @@
[
"2022-01-31T13:01:19",
2432640
],
[
"2022-02-01T01:34:42",
2433233
]
],
"ci_light": [
Expand Down Expand Up @@ -1065,6 +1069,10 @@
[
"2022-01-31T13:01:19",
6862
],
[
"2022-02-01T01:34:42",
6874
]
],
"dart": [
Expand Down Expand Up @@ -1599,6 +1607,10 @@
[
"2022-01-31T13:01:19",
2077
],
[
"2022-02-01T01:34:42",
2088
]
],
"documentation": [
Expand Down Expand Up @@ -2133,6 +2145,10 @@
[
"2022-01-31T13:01:19",
35016
],
[
"2022-02-01T01:34:42",
35069
]
],
"dotnet": [
Expand Down Expand Up @@ -2667,6 +2683,10 @@
[
"2022-01-31T13:01:19",
274257
],
[
"2022-02-01T01:34:42",
274552
]
],
"go": [
Expand Down Expand Up @@ -3201,6 +3221,10 @@
[
"2022-01-31T13:01:19",
7522
],
[
"2022-02-01T01:34:42",
7542
]
],
"java": [
Expand Down Expand Up @@ -3735,6 +3759,10 @@
[
"2022-01-31T13:01:19",
54130
],
[
"2022-02-01T01:34:42",
54373
]
],
"javascript": [
Expand Down Expand Up @@ -4269,6 +4297,10 @@
[
"2022-01-31T13:01:19",
80965
],
[
"2022-02-01T01:34:42",
81249
]
],
"php": [
Expand Down Expand Up @@ -4803,6 +4835,10 @@
[
"2022-01-31T13:01:19",
3877
],
[
"2022-02-01T01:34:42",
3880
]
],
"python": [
Expand Down Expand Up @@ -5337,6 +5373,10 @@
[
"2022-01-31T13:01:19",
51789
],
[
"2022-02-01T01:34:42",
51975
]
],
"ruby": [
Expand Down Expand Up @@ -5867,6 +5907,10 @@
[
"2022-01-31T13:01:19",
1814
],
[
"2022-02-01T01:34:42",
1816
]
],
"rust": [
Expand Down Expand Up @@ -6397,6 +6441,10 @@
[
"2022-01-31T13:01:19",
1544
],
[
"2022-02-01T01:34:42",
1548
]
],
"salesforce": [
Expand Down Expand Up @@ -6931,6 +6979,10 @@
[
"2022-01-31T13:01:19",
10179
],
[
"2022-02-01T01:34:42",
10207
]
],
"scala": [
Expand Down Expand Up @@ -7461,6 +7513,10 @@
[
"2022-01-31T13:01:19",
1394
],
[
"2022-02-01T01:34:42",
1398
]
],
"swift": [
Expand Down Expand Up @@ -7991,6 +8047,10 @@
[
"2022-01-31T13:01:19",
1434
],
[
"2022-02-01T01:34:42",
1438
]
],
"terraform": [
Expand Down Expand Up @@ -8525,6 +8585,10 @@
[
"2022-01-31T13:01:19",
34834
],
[
"2022-02-01T01:34:42",
34934
]
]
}
4 changes: 2 additions & 2 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1397,8 +1397,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: ['E24', 'E121', 'E123', 'E704', 'W504',",
" 'W503', 'E126', 'E226'])",
" (Default: ['E126', 'E24', 'E226', 'E123', 'E704',",
" 'W503', 'E121', 'W504'])",
" --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": "21.12",
"cfn-lint": "0.57.0",
"checkov": "2.0.777",
"cfn-lint": "0.58.0",
"checkov": "2.0.778",
"checkstyle": "9.3",
"chktex": "1.7.6",
"clippy": "0.1.58",
Expand Down Expand Up @@ -46,7 +46,7 @@
"php": "7.4.26",
"phpcs": "3.6.2",
"phplint": "3.0",
"phpstan": "1.4.3",
"phpstan": "1.4.4",
"powershell": "7.2.1",
"prettier": "2.5.1",
"protolint": "0.36.0",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [markdown-table-formatter](https://www.npmjs.com/package/markdown-table-formatter) from 1.2.0 to **1.3.0** on 2022-01-31
- [checkov](https://www.checkov.io/) from 2.0.775 to **2.0.777** on 2022-01-31
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 5.17.0 to **5.18.0** on 2022-01-31
- [cfn-lint](https://github.com/martysweet/cfn-lint) from 0.57.0 to **0.58.0** on 2022-02-01
- [phpstan](https://phpstan.org/) from 1.4.3 to **1.4.4** on 2022-02-01
- [checkov](https://www.checkov.io/) from 2.0.777 to **2.0.778** on 2022-02-01
<!-- linter-versions-end -->

## [v5.7.0] - 2022-01-30
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} | 21.12 | [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.57.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.777 | [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.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.778 | [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} |
Expand Down Expand Up @@ -52,7 +52,7 @@
| [**php**](https://github.com/php/php-src){target=_blank} | 7.4.26 | [Other](licenses/php.md) | [PHP](descriptors/php_php.md) | <!-- --> | [Repository](https://github.com/php/php-src){target=_blank} |
| [**phpcs**](https://github.com/squizlabs/PHP_CodeSniffer){target=_blank} | 3.6.2 | <!-- --> | [PHP](descriptors/php_phpcs.md) | :white_circle: | [Web Site](https://github.com/squizlabs/PHP_CodeSniffer){target=_blank} |
| [**phplint**](https://github.com/overtrue/phplint){target=_blank} | 3.0 | <!-- --> | [PHP](descriptors/php_phplint.md) | :white_circle: | [Web Site](https://github.com/overtrue/phplint){target=_blank} |
| [**phpstan**](https://github.com/phpstan/phpstan){target=_blank} | 1.4.3 | [MIT](licenses/phpstan.md) | [PHP](descriptors/php_phpstan.md) | :white_circle: | [Repository](https://github.com/phpstan/phpstan){target=_blank} |
| [**phpstan**](https://github.com/phpstan/phpstan){target=_blank} | 1.4.4 | [MIT](licenses/phpstan.md) | [PHP](descriptors/php_phpstan.md) | :white_circle: | [Repository](https://github.com/phpstan/phpstan){target=_blank} |
| [**powershell**](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | 7.2.1 | <!-- --> | [POWERSHELL](descriptors/powershell_powershell.md) | :white_circle: | [Web Site](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} |
| [**prettier**](https://github.com/prettier/prettier){target=_blank} | 2.5.1 | [MIT](licenses/prettier.md) | [JAVASCRIPT](descriptors/javascript_prettier.md)<br/> [JSON](descriptors/json_prettier.md)<br/> [TYPESCRIPT](descriptors/typescript_prettier.md)<br/> [YAML](descriptors/yaml_prettier.md) | :white_circle: | [Repository](https://github.com/prettier/prettier){target=_blank} |
| [**protolint**](https://github.com/yoheimuta/protolint){target=_blank} | 0.36.0 | <!-- --> | [PROTOBUF](descriptors/protobuf_protolint.md) | :white_circle: | [Web Site](https://github.com/yoheimuta/protolint){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.57.0**
- Version in MegaLinter: **0.58.0**
- 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/php_phpstan.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## phpstan documentation

- Version in MegaLinter: **1.4.3**
- Version in MegaLinter: **1.4.4**
- Visit [Official Web Site](https://phpstan.org/){target=_blank}
- See [How to configure phpstan rules](https://phpstan.org/config-reference#neon-format){target=_blank}
- If custom `phpstan.neon.dist` config file is not found, [phpstan.neon.dist](https://github.com/megalinter/megalinter/tree/main/TEMPLATES/phpstan.neon.dist){target=_blank} will be used
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: ['E24', 'E121', 'E123', 'E704', 'W504',
'W503', 'E126', 'E226'])
(Default: ['E126', 'E24', 'E226', 'E123', 'E704',
'W503', 'E121', '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/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.777**
- Version in MegaLinter: **2.0.778**
- 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 6589c16

Please sign in to comment.