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 8, 2022
1 parent c7dc4e8 commit 81f0b95
Show file tree
Hide file tree
Showing 12 changed files with 158 additions and 90 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,10 @@
[
"2022-03-06T01:44:30",
2466420
],
[
"2022-03-08T01:43:28",
2467037
]
],
"ci_light": [
Expand Down Expand Up @@ -1233,6 +1237,10 @@
[
"2022-03-06T01:44:30",
8199
],
[
"2022-03-08T01:43:28",
8220
]
],
"dart": [
Expand Down Expand Up @@ -1851,6 +1859,10 @@
[
"2022-03-06T01:44:30",
2382
],
[
"2022-03-08T01:43:28",
2390
]
],
"documentation": [
Expand Down Expand Up @@ -2469,6 +2481,10 @@
[
"2022-03-06T01:44:30",
44534
],
[
"2022-03-08T01:43:28",
44708
]
],
"dotnet": [
Expand Down Expand Up @@ -3087,6 +3103,10 @@
[
"2022-03-06T01:44:30",
289646
],
[
"2022-03-08T01:43:28",
289868
]
],
"go": [
Expand Down Expand Up @@ -3705,6 +3725,10 @@
[
"2022-03-06T01:44:30",
8666
],
[
"2022-03-08T01:43:28",
8695
]
],
"java": [
Expand Down Expand Up @@ -4323,6 +4347,10 @@
[
"2022-03-06T01:44:30",
62853
],
[
"2022-03-08T01:43:28",
63056
]
],
"javascript": [
Expand Down Expand Up @@ -4941,6 +4969,10 @@
[
"2022-03-06T01:44:30",
95738
],
[
"2022-03-08T01:43:28",
95962
]
],
"php": [
Expand Down Expand Up @@ -5559,6 +5591,10 @@
[
"2022-03-06T01:44:30",
4482
],
[
"2022-03-08T01:43:28",
4493
]
],
"python": [
Expand Down Expand Up @@ -6177,6 +6213,10 @@
[
"2022-03-06T01:44:30",
63741
],
[
"2022-03-08T01:43:28",
64063
]
],
"ruby": [
Expand Down Expand Up @@ -6791,6 +6831,10 @@
[
"2022-03-06T01:44:30",
1910
],
[
"2022-03-08T01:43:28",
1914
]
],
"rust": [
Expand Down Expand Up @@ -7405,6 +7449,10 @@
[
"2022-03-06T01:44:30",
2352
],
[
"2022-03-08T01:43:28",
2402
]
],
"salesforce": [
Expand Down Expand Up @@ -8023,6 +8071,10 @@
[
"2022-03-06T01:44:30",
11266
],
[
"2022-03-08T01:43:28",
11276
]
],
"scala": [
Expand Down Expand Up @@ -8637,6 +8689,10 @@
[
"2022-03-06T01:44:30",
1455
],
[
"2022-03-08T01:43:28",
1455
]
],
"swift": [
Expand Down Expand Up @@ -9251,6 +9307,10 @@
[
"2022-03-06T01:44:30",
1496
],
[
"2022-03-08T01:43:28",
1496
]
],
"terraform": [
Expand Down Expand Up @@ -9869,6 +9929,10 @@
[
"2022-03-06T01:44:30",
43475
],
[
"2022-03-08T01:43:28",
43748
]
]
}
78 changes: 39 additions & 39 deletions .automation/generated/linter-helps.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bash-exec": "5.1.0",
"black": "22.1.0",
"cfn-lint": "0.58.2",
"checkov": "2.0.918",
"checkov": "2.0.923",
"checkstyle": "10.0",
"chktex": "1.7.6",
"clippy": "0.1.59",
Expand Down Expand Up @@ -71,13 +71,13 @@
"shellcheck": "0.8.0",
"shfmt": "3.5.0",
"snakefmt": "0.6.0",
"snakemake": "7.1.0",
"snakemake": "7.1.1",
"spectral": "5.6.0",
"sql-lint": "0.0.19",
"sqlfluff": "0.10.1",
"sqlfluff": "0.11.0",
"standard": "15.0.1",
"stylelint": "14.5.3",
"swiftlint": "0.46.3",
"swiftlint": "0.46.4",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.1.7",
"terragrunt": "0.36.3",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.7.3 to **1.7.4** on 2022-03-06
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.0.4 to **7.1.0** on 2022-03-06
- [checkov](https://www.checkov.io/) from 2.0.917 to **2.0.918** on 2022-03-06
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.1.0 to **7.1.1** on 2022-03-08
- [sqlfluff](https://www.sqlfluff.com/) from 0.10.1 to **0.11.0** on 2022-03-08
- [swiftlint](https://github.com/realm/SwiftLint) from 0.46.3 to **0.46.4** on 2022-03-08
- [checkov](https://www.checkov.io/) from 2.0.918 to **2.0.923** on 2022-03-08
<!-- linter-versions-end -->

- New linter `kubeconform` to validate Kubernetes manifests with updated schemas
Expand Down
8 changes: 4 additions & 4 deletions docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| [**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.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.918 | [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.923 | [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} |
Expand Down Expand Up @@ -76,13 +76,13 @@
| [**shellcheck**](https://github.com/koalaman/shellcheck){target=_blank} | 0.8.0 | <!-- --> | [BASH](descriptors/bash_shellcheck.md) | <!-- --> | [Web Site](https://github.com/koalaman/shellcheck){target=_blank} |
| [**shfmt**](https://github.com/mvdan/sh){target=_blank} | 3.5.0 | <!-- --> | [BASH](descriptors/bash_shfmt.md) | :no_entry_sign: | [Web Site](https://github.com/mvdan/sh){target=_blank} |
| [**snakefmt**](https://github.com/snakemake/snakefmt){target=_blank} | 0.6.0 | <!-- --> | [SNAKEMAKE](descriptors/snakemake_snakefmt.md) | :white_circle: | [Web Site](https://github.com/snakemake/snakefmt){target=_blank} |
| [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 7.1.0 | [MIT](licenses/snakemake.md) | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} |
| [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 7.1.1 | [MIT](licenses/snakemake.md) | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} |
| [**spectral**](https://github.com/stoplightio/spectral){target=_blank} | 5.6.0 | [Apache-2.0](licenses/spectral.md) | [OPENAPI](descriptors/openapi_spectral.md) | :white_circle: | [Repository](https://github.com/stoplightio/spectral){target=_blank} |
| [**sql-lint**](https://github.com/joereynolds/sql-lint){target=_blank} | 0.0.19 | <!-- --> | [SQL](descriptors/sql_sql_lint.md) | :white_circle: | [Web Site](https://github.com/joereynolds/sql-lint){target=_blank} |
| [**sqlfluff**](https://github.com/sqlfluff/sqlfluff){target=_blank} | 0.10.1 | [MIT](licenses/sqlfluff.md) | [SQL](descriptors/sql_sqlfluff.md) | :white_circle: | [Repository](https://github.com/sqlfluff/sqlfluff){target=_blank} |
| [**sqlfluff**](https://github.com/sqlfluff/sqlfluff){target=_blank} | 0.11.0 | [MIT](licenses/sqlfluff.md) | [SQL](descriptors/sql_sqlfluff.md) | :white_circle: | [Repository](https://github.com/sqlfluff/sqlfluff){target=_blank} |
| [**standard**](https://github.com/standard/standard){target=_blank} | 15.0.1 | [MIT](licenses/standard.md) | [JAVASCRIPT](descriptors/javascript_standard.md)<br/> [TYPESCRIPT](descriptors/typescript_standard.md) | :white_circle: | [Repository](https://github.com/standard/standard){target=_blank} |
| [**stylelint**](https://github.com/stylelint/stylelint){target=_blank} | 14.5.3 | [MIT](licenses/stylelint.md) | [CSS](descriptors/css_stylelint.md) | :heart: | [MegaLinter reference](https://stylelint.io/user-guide/integrations/other#analysis-platform-engines){target=_blank} |
| [**swiftlint**](https://github.com/realm/SwiftLint){target=_blank} | 0.46.3 | [MIT](licenses/swiftlint.md) | [SWIFT](descriptors/swift_swiftlint.md) | :white_circle: | [Repository](https://github.com/realm/SwiftLint){target=_blank} |
| [**swiftlint**](https://github.com/realm/SwiftLint){target=_blank} | 0.46.4 | [MIT](licenses/swiftlint.md) | [SWIFT](descriptors/swift_swiftlint.md) | :white_circle: | [Repository](https://github.com/realm/SwiftLint){target=_blank} |
| [**tekton-lint**](https://github.com/IBM/tekton-lint){target=_blank} | 0.6.0 | <!-- --> | [TEKTON](descriptors/tekton_tekton_lint.md) | :white_circle: | [Web Site](https://github.com/IBM/tekton-lint){target=_blank} |
| [**terraform-fmt**](https://github.com/hashicorp/terraform){target=_blank} | 1.1.7 | [MPL-2.0](licenses/terraform-fmt.md) | [TERRAFORM](descriptors/terraform_terraform_fmt.md) | :white_circle: | [Repository](https://github.com/hashicorp/terraform){target=_blank} |
| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.36.3 | [MIT](licenses/terragrunt.md) | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} |
Expand Down
6 changes: 3 additions & 3 deletions docs/descriptors/python_black.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ Options:
input).
--python-cell-magics TEXT When processing Jupyter Notebooks, add the
given magic to the list of known python-
magics (python, pypy, python3, prun,
capture, timeit, time). Useful for
formatting cells with custom python magics.
magics (prun, pypy, capture, time, timeit,
python3, python). Useful for formatting
cells with custom python magics.
-S, --skip-string-normalization
Don't normalize string quotes or prefixes.
-C, --skip-magic-trailing-comma
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: ['E121', 'W503', 'E704', 'W504', 'E24',
'E123', 'E126', 'E226'])
(Default: ['E704', 'E126', 'W504', 'W503', 'E121',
'E123', 'E226', 'E24'])
--extend-ignore errors
Comma-separated list of errors and warnings to add to
the list of ignored ones. For example, ``--extend-
Expand Down
Loading

0 comments on commit 81f0b95

Please sign in to comment.