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 authored Nov 29, 2021
1 parent b668ba3 commit 2107f05
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 16 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@
[
"2021-11-27T01:29:49",
1693380
],
[
"2021-11-29T01:33:55",
1760712
]
],
"ci_light": [
Expand Down Expand Up @@ -729,6 +733,10 @@
[
"2021-11-27T01:29:49",
5246
],
[
"2021-11-29T01:33:55",
5256
]
],
"dart": [
Expand Down Expand Up @@ -1095,6 +1103,10 @@
[
"2021-11-27T01:29:49",
1561
],
[
"2021-11-29T01:33:55",
1569
]
],
"documentation": [
Expand Down Expand Up @@ -1461,6 +1473,10 @@
[
"2021-11-27T01:29:49",
22150
],
[
"2021-11-29T01:33:55",
22169
]
],
"dotnet": [
Expand Down Expand Up @@ -1827,6 +1843,10 @@
[
"2021-11-27T01:29:49",
253287
],
[
"2021-11-29T01:33:55",
253886
]
],
"go": [
Expand Down Expand Up @@ -2193,6 +2213,10 @@
[
"2021-11-27T01:29:49",
5523
],
[
"2021-11-29T01:33:55",
5525
]
],
"java": [
Expand Down Expand Up @@ -2559,6 +2583,10 @@
[
"2021-11-27T01:29:49",
40410
],
[
"2021-11-29T01:33:55",
40454
]
],
"javascript": [
Expand Down Expand Up @@ -2925,6 +2953,10 @@
[
"2021-11-27T01:29:49",
56567
],
[
"2021-11-29T01:33:55",
56768
]
],
"php": [
Expand Down Expand Up @@ -3291,6 +3323,10 @@
[
"2021-11-27T01:29:49",
2465
],
[
"2021-11-29T01:33:55",
2473
]
],
"python": [
Expand Down Expand Up @@ -3657,6 +3693,10 @@
[
"2021-11-27T01:29:49",
30957
],
[
"2021-11-29T01:33:55",
31180
]
],
"ruby": [
Expand Down Expand Up @@ -4019,6 +4059,10 @@
[
"2021-11-27T01:29:49",
1539
],
[
"2021-11-29T01:33:55",
1541
]
],
"rust": [
Expand Down Expand Up @@ -4381,6 +4425,10 @@
[
"2021-11-27T01:29:49",
1282
],
[
"2021-11-29T01:33:55",
1284
]
],
"salesforce": [
Expand Down Expand Up @@ -4747,6 +4795,10 @@
[
"2021-11-27T01:29:49",
8500
],
[
"2021-11-29T01:33:55",
8532
]
],
"scala": [
Expand Down Expand Up @@ -5109,6 +5161,10 @@
[
"2021-11-27T01:29:49",
1135
],
[
"2021-11-29T01:33:55",
1137
]
],
"swift": [
Expand Down Expand Up @@ -5471,6 +5527,10 @@
[
"2021-11-27T01:29:49",
1038
],
[
"2021-11-29T01:33:55",
1040
]
],
"terraform": [
Expand Down Expand Up @@ -5837,6 +5897,10 @@
[
"2021-11-27T01:29:49",
23737
],
[
"2021-11-29T01:33:55",
23913
]
]
}
4 changes: 2 additions & 2 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1379,8 +1379,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: ['W503', 'E126', 'E226', 'E121', 'E704',",
" 'W504', 'E24', 'E123'])",
" (Default: ['E121', 'E24', 'E226', 'W504', 'W503',",
" 'E123', 'E126', 'E704'])",
" --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,8 +6,8 @@
"bash-exec": "5.1.0",
"black": "21.11",
"cfn-lint": "0.56.2",
"checkov": "2.0.605",
"checkstyle": "9.1",
"checkov": "2.0.606",
"checkstyle": "9.2",
"chktex": "1.7.6",
"clippy": "0.1.56",
"clj-kondo": "2021.06.18",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [htmlhint](https://htmlhint.com/) from 0.16.3 to **1.0.0** on 2021-11-27
- [scalafix](https://scalacenter.github.io/scalafix/) from 0.9.32 to **0.9.33** on 2021-11-27
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 6.11.0 to **6.11.1** on 2021-11-27
- [checkstyle](https://checkstyle.sourceforge.io) from 9.1 to **9.2** on 2021-11-29
- [checkov](https://www.checkov.io/) from 2.0.605 to **2.0.606** on 2021-11-29
<!-- linter-versions-end -->

## [v5.2.0] - 2021-11-18
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- mega-linter-title-end -->

![GitHub release](https://img.shields.io/github/v/release/megalinter/megalinter?sort=semver)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-2.1M-blue)](https://megalinter.github.io/flavors/)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-2.2M-blue)](https://megalinter.github.io/flavors/)
[![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
[![GitHub stars](https://img.shields.io/github/stars/megalinter/megalinter?cacheSeconds=3600)](https://github.com/megalinter/megalinter/stargazers/)
[![MegaLinter](https://github.com/megalinter/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/megalinter/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
Expand Down Expand Up @@ -966,7 +966,7 @@ To help, you can also:
<!-- referring-linters-start -->
- [checkstyle](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank}
- [clj-kondo](https://github.com/borkdude/clj-kondo/blob/master/doc/ci-integration.md#github){target=_blank}
- [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell#mega-linter){target=_blank}
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#mega-linter){target=_blank}
- [dotenv-linter](https://dotenv-linter.github.io/#/integrations/mega_linter){target=_blank}
- [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker#mega-linter){target=_blank}
- [eslint](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank}
Expand Down
6 changes: 3 additions & 3 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} | 21.11 | MIT | [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.56.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.605 | Apache-2.0 | [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.1 | Other | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} |
| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.0.606 | Apache-2.0 | [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.2 | Other | [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.56 | <!-- --> | [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} | 2021.06.18 | <!-- --> | [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.0 | Other | [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.13.1 | MIT | [SPELL](descriptors/spell_cspell.md) | :heart: | [MegaLinter reference](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell#mega-linter){target=_blank} |
| [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 5.13.1 | MIT | [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 | [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.1.1 | MIT | [ENV](descriptors/env_dotenv_linter.md) | :heart: | [MegaLinter reference](https://dotenv-linter.github.io/#/integrations/mega_linter){target=_blank} |
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/java_checkstyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## checkstyle documentation

- Version in MegaLinter: **9.1**
- Version in MegaLinter: **9.2**
- Visit [Official Web Site](https://checkstyle.sourceforge.io){target=_blank}
- See [How to configure checkstyle rules](https://checkstyle.sourceforge.io/config.html#Overview){target=_blank}
- If custom `sun_checks.xml` config file is not found, [sun_checks.xml](https://github.com/megalinter/megalinter/tree/main/TEMPLATES/sun_checks.xml){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: ['W503', 'E126', 'E226', 'E121', 'E704',
'W504', 'E24', 'E123'])
(Default: ['E121', 'E24', 'E226', 'W504', 'W503',
'E123', 'E126', 'E704'])
--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.605**
- Version in MegaLinter: **2.0.606**
- 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/flavors.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To improve run performances, we generate **Flavored MegaLinter images** containi
- When using default MegaLinter, if a MegaLinter Flavor would cover all your project requirements, a message is added in the logs
- If your project uses a MegaLinter Flavor not covering linter requirements, an error message will be thrown with instructions about how to solve the issue

_The following table does not display docker pulls from [MegaLinter v4 images](https://hub.docker.com/r/nvuillam/mega-linter)_
_The following table does not display docker pulls from [MegaLinter v4 images](https://hub.docker.com/r/nvuillam/mega-linter)._

<!-- flavors-table-start -->
| <!-- --> | Flavor | Description | Embedded linters | Info |
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- mega-linter-title-end -->

![GitHub release](https://img.shields.io/github/v/release/megalinter/megalinter?sort=semver)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-2.1M-blue)](https://megalinter.github.io/flavors/)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-2.2M-blue)](https://megalinter.github.io/flavors/)
[![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
[![GitHub stars](https://img.shields.io/github/stars/megalinter/megalinter?cacheSeconds=3600)](https://github.com/megalinter/megalinter/stargazers/)
[![MegaLinter](https://github.com/megalinter/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/megalinter/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
Expand Down
2 changes: 1 addition & 1 deletion mega-linter-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[![Downloads/total](https://img.shields.io/npm/dt/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
[![GitHub stars](https://img.shields.io/github/stars/megalinter/megalinter?maxAge=2592000)](https://GitHub.com/megalinter/megalinter/stargazers/)
<!-- readme-header-start -->
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-2.1M-blue)](https://megalinter.github.io/flavors/)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-2.2M-blue)](https://megalinter.github.io/flavors/)
[![MegaLinter](https://github.com/megalinter/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://megalinter.github.io)
[![codecov](https://codecov.io/gh/megalinter/megalinter/branch/master/graph/badge.svg)](https://codecov.io/gh/megalinter/megalinter)
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
Expand Down

0 comments on commit 2107f05

Please sign in to comment.