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 1, 2022
1 parent 6589c16 commit fd10138
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 35 deletions.
52 changes: 26 additions & 26 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@
2432640
],
[
"2022-02-01T01:34:42",
2433233
"2022-02-01T07:00:15",
2433445
]
],
"ci_light": [
Expand Down Expand Up @@ -1071,8 +1071,8 @@
6862
],
[
"2022-02-01T01:34:42",
6874
"2022-02-01T07:00:15",
6875
]
],
"dart": [
Expand Down Expand Up @@ -1609,8 +1609,8 @@
2077
],
[
"2022-02-01T01:34:42",
2088
"2022-02-01T07:00:15",
2095
]
],
"documentation": [
Expand Down Expand Up @@ -2147,8 +2147,8 @@
35016
],
[
"2022-02-01T01:34:42",
35069
"2022-02-01T07:00:15",
35142
]
],
"dotnet": [
Expand Down Expand Up @@ -2685,8 +2685,8 @@
274257
],
[
"2022-02-01T01:34:42",
274552
"2022-02-01T07:00:15",
274626
]
],
"go": [
Expand Down Expand Up @@ -3223,7 +3223,7 @@
7522
],
[
"2022-02-01T01:34:42",
"2022-02-01T07:00:15",
7542
]
],
Expand Down Expand Up @@ -3761,8 +3761,8 @@
54130
],
[
"2022-02-01T01:34:42",
54373
"2022-02-01T07:00:15",
54377
]
],
"javascript": [
Expand Down Expand Up @@ -4299,8 +4299,8 @@
80965
],
[
"2022-02-01T01:34:42",
81249
"2022-02-01T07:00:15",
81283
]
],
"php": [
Expand Down Expand Up @@ -4837,7 +4837,7 @@
3877
],
[
"2022-02-01T01:34:42",
"2022-02-01T07:00:15",
3880
]
],
Expand Down Expand Up @@ -5375,8 +5375,8 @@
51789
],
[
"2022-02-01T01:34:42",
51975
"2022-02-01T07:00:15",
52049
]
],
"ruby": [
Expand Down Expand Up @@ -5909,7 +5909,7 @@
1814
],
[
"2022-02-01T01:34:42",
"2022-02-01T07:00:15",
1816
]
],
Expand Down Expand Up @@ -6443,7 +6443,7 @@
1544
],
[
"2022-02-01T01:34:42",
"2022-02-01T07:00:15",
1548
]
],
Expand Down Expand Up @@ -6981,8 +6981,8 @@
10179
],
[
"2022-02-01T01:34:42",
10207
"2022-02-01T07:00:15",
10214
]
],
"scala": [
Expand Down Expand Up @@ -7515,7 +7515,7 @@
1394
],
[
"2022-02-01T01:34:42",
"2022-02-01T07:00:15",
1398
]
],
Expand Down Expand Up @@ -8049,7 +8049,7 @@
1434
],
[
"2022-02-01T01:34:42",
"2022-02-01T07:00:15",
1438
]
],
Expand Down Expand Up @@ -8587,8 +8587,8 @@
34834
],
[
"2022-02-01T01:34:42",
34934
"2022-02-01T07:00:15",
34978
]
]
}
6 changes: 3 additions & 3 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: ['E126', 'E24', 'E226', 'E123', 'E704',",
" 'W503', 'E121', 'W504'])",
" (Default: ['E126', 'W503', 'W504', 'E226', 'E123',",
" 'E24', 'E121', 'E704'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down Expand Up @@ -7037,7 +7037,7 @@
" terragrunt-json-out The file path that terragrunt should use when rendering the terragrunt.hcl config as json. Only used in the render-json command. Defaults to terragrunt_rendered.json.",
"",
"VERSION:",
" v0.36.0",
" v0.36.1",
"",
"AUTHOR(S):",
" Gruntwork <www.gruntwork.io>",
Expand Down
2 changes: 1 addition & 1 deletion .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"swiftlint": "0.46.2",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.1.4",
"terragrunt": "0.36.0",
"terragrunt": "0.36.1",
"terrascan": "1.13.0",
"tflint": "0.34.1",
"tsqllint": "1.14.3.0",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [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
- [terragrunt](https://terragrunt.gruntwork.io) from 0.36.0 to **0.36.1** on 2022-02-01
<!-- linter-versions-end -->

## [v5.7.0] - 2022-01-30
Expand Down
2 changes: 1 addition & 1 deletion docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
| [**swiftlint**](https://github.com/realm/SwiftLint){target=_blank} | 0.46.2 | [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.4 | [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.0 | [MIT](licenses/terragrunt.md) | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} |
| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.36.1 | [MIT](licenses/terragrunt.md) | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} |
| [**terrascan**](https://github.com/accurics/terrascan){target=_blank} | 1.13.0 | [Apache-2.0](licenses/terrascan.md) | [TERRAFORM](descriptors/terraform_terrascan.md) | :white_circle: | [Repository](https://github.com/accurics/terrascan){target=_blank} |
| [**tflint**](https://github.com/terraform-linters/tflint){target=_blank} | 0.34.1 | <!-- --> | [TERRAFORM](descriptors/terraform_tflint.md) | :white_circle: | [Web Site](https://github.com/terraform-linters/tflint){target=_blank} |
| [**tsqllint**](https://github.com/tsqllint/tsqllint){target=_blank} | 1.14.3.0 | [MIT](licenses/tsqllint.md) | [SQL](descriptors/sql_tsqllint.md) | :white_circle: | [Repository](https://github.com/tsqllint/tsqllint){target=_blank} |
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', 'E24', 'E226', 'E123', 'E704',
'W503', 'E121', 'W504'])
(Default: ['E126', 'W503', 'W504', 'E226', 'E123',
'E24', 'E121', '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 docs/descriptors/terraform_terragrunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## terragrunt documentation

- Version in MegaLinter: **0.36.0**
- Version in MegaLinter: **0.36.1**
- Visit [Official Web Site](https://terragrunt.gruntwork.io){target=_blank}
- See [How to configure terragrunt rules](https://terragrunt.gruntwork.io/docs/getting-started/configuration/#terragrunt-configuration-file){target=_blank}

Expand Down Expand Up @@ -114,7 +114,7 @@ GLOBAL OPTIONS:
terragrunt-json-out The file path that terragrunt should use when rendering the terragrunt.hcl config as json. Only used in the render-json command. Defaults to terragrunt_rendered.json.

VERSION:
v0.36.0
v0.36.1

AUTHOR(S):
Gruntwork <www.gruntwork.io>
Expand Down

0 comments on commit fd10138

Please sign in to comment.