Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automation] Auto-update linters version, help and documentation #1198

Merged
merged 2 commits into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 32 additions & 32 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@
2425607
],
[
"2022-01-24T01:38:36",
2425831
"2022-01-24T11:00:41",
2426155
]
],
"ci_light": [
Expand Down Expand Up @@ -1015,8 +1015,8 @@
6637
],
[
"2022-01-24T01:38:36",
6643
"2022-01-24T11:00:41",
6692
]
],
"dart": [
Expand Down Expand Up @@ -1525,8 +1525,8 @@
1962
],
[
"2022-01-24T01:38:36",
1964
"2022-01-24T11:00:41",
1977
]
],
"documentation": [
Expand Down Expand Up @@ -2035,8 +2035,8 @@
31874
],
[
"2022-01-24T01:38:36",
31889
"2022-01-24T11:00:41",
32175
]
],
"dotnet": [
Expand Down Expand Up @@ -2545,8 +2545,8 @@
270760
],
[
"2022-01-24T01:38:36",
270840
"2022-01-24T11:00:41",
271025
]
],
"go": [
Expand Down Expand Up @@ -3055,8 +3055,8 @@
7246
],
[
"2022-01-24T01:38:36",
7255
"2022-01-24T11:00:41",
7290
]
],
"java": [
Expand Down Expand Up @@ -3565,8 +3565,8 @@
52669
],
[
"2022-01-24T01:38:36",
52690
"2022-01-24T11:00:41",
52817
]
],
"javascript": [
Expand Down Expand Up @@ -4075,8 +4075,8 @@
77114
],
[
"2022-01-24T01:38:36",
77254
"2022-01-24T11:00:41",
77468
]
],
"php": [
Expand Down Expand Up @@ -4585,8 +4585,8 @@
3753
],
[
"2022-01-24T01:38:36",
3755
"2022-01-24T11:00:41",
3768
]
],
"python": [
Expand Down Expand Up @@ -5095,8 +5095,8 @@
48456
],
[
"2022-01-24T01:38:36",
48564
"2022-01-24T11:00:41",
48724
]
],
"ruby": [
Expand Down Expand Up @@ -5601,8 +5601,8 @@
1769
],
[
"2022-01-24T01:38:36",
1771
"2022-01-24T11:00:41",
1774
]
],
"rust": [
Expand Down Expand Up @@ -6107,8 +6107,8 @@
1501
],
[
"2022-01-24T01:38:36",
1503
"2022-01-24T11:00:41",
1506
]
],
"salesforce": [
Expand Down Expand Up @@ -6617,8 +6617,8 @@
9925
],
[
"2022-01-24T01:38:36",
9930
"2022-01-24T11:00:41",
9963
]
],
"scala": [
Expand Down Expand Up @@ -7123,8 +7123,8 @@
1348
],
[
"2022-01-24T01:38:36",
1350
"2022-01-24T11:00:41",
1353
]
],
"swift": [
Expand Down Expand Up @@ -7629,8 +7629,8 @@
1387
],
[
"2022-01-24T01:38:36",
1389
"2022-01-24T11:00:41",
1401
]
],
"terraform": [
Expand Down Expand Up @@ -8139,8 +8139,8 @@
33452
],
[
"2022-01-24T01:38:36",
33496
"2022-01-24T11:00:41",
33561
]
]
}
98 changes: 49 additions & 49 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1381,8 +1381,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', 'W504', 'E704', 'E126', 'E226',",
" 'E121', 'E24', 'E123'])",
" (Default: ['E226', 'E126', 'E123', 'E704', 'E24',",
" 'E121', 'W504', 'W503'])",
" --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 @@ -3592,70 +3592,70 @@
" Checks:",
" --only-checks CHECKS A comma separated list of checks that should be run",
" --ignore-paths PATHS A comma separated list of patterns to ignore",
" --no-unquoted_file_mode-check",
" Skip the unquoted_file_mode check.",
" --no-duplicate_params-check Skip the duplicate_params check.",
" --no-unquoted_resource_title-check",
" Skip the unquoted_resource_title check.",
" --no-ensure_first_param-check",
" Skip the ensure_first_param check.",
" --no-file_mode-check Skip the file_mode check.",
" --no-ensure_not_symlink_target-check",
" Skip the ensure_not_symlink_target check.",
" --no-case_without_default-check",
" Skip the case_without_default check.",
" --no-selector_inside_resource-check",
" Skip the selector_inside_resource check.",
" --no-hard_tabs-check Skip the hard_tabs check.",
" --no-140chars-check Skip the 140chars check.",
" --no-arrow_alignment-check Skip the arrow_alignment check.",
" --no-80chars-check Skip the 80chars check.",
" --80chars-check Enable the 80chars check.",
" --no-2sp_soft_tabs-check Skip the 2sp_soft_tabs check.",
" --no-trailing_whitespace-check",
" Skip the trailing_whitespace check.",
" --no-2sp_soft_tabs-check Skip the 2sp_soft_tabs check.",
" --no-140chars-check Skip the 140chars check.",
" --no-variable_contains_dash-check",
" Skip the variable_contains_dash check.",
" --no-variable_is_lowercase-check",
" Skip the variable_is_lowercase check.",
" --no-puppet_url_without_modules-check",
" Skip the puppet_url_without_modules check.",
" --no-only_variable_string-check",
" Skip the only_variable_string check.",
" --no-double_quoted_strings-check",
" Skip the double_quoted_strings check.",
" --no-variables_not_enclosed-check",
" Skip the variables_not_enclosed check.",
" --no-single_quote_string_with_variables-check",
" Skip the single_quote_string_with_variables check.",
" --no-quoted_booleans-check Skip the quoted_booleans check.",
" --quoted_booleans-check Enable the quoted_booleans check.",
" --no-unquoted_node_name-check",
" Skip the unquoted_node_name check.",
" --no-case_without_default-check",
" Skip the case_without_default check.",
" --no-selector_inside_resource-check",
" Skip the selector_inside_resource check.",
" --no-documentation-check Skip the documentation check.",
" --no-autoloader_layout-check Skip the autoloader_layout check.",
" --no-parameter_order-check Skip the parameter_order check.",
" --no-arrow_on_right_operand_line-check",
" Skip the arrow_on_right_operand_line check.",
" --no-nested_classes_or_defines-check",
" Skip the nested_classes_or_defines check.",
" --no-names_containing_uppercase-check",
" Skip the names_containing_uppercase check.",
" --no-autoloader_layout-check Skip the autoloader_layout check.",
" --no-parameter_order-check Skip the parameter_order check.",
" --no-inherits_across_namespaces-check",
" Skip the inherits_across_namespaces check.",
" --no-names_containing_dash-check",
" Skip the names_containing_dash check.",
" --no-right_to_left_relationship-check",
" Skip the right_to_left_relationship check.",
" --no-code_on_top_scope-check Skip the code_on_top_scope check.",
" --code_on_top_scope-check Enable the code_on_top_scope check.",
" --no-variable_scope-check Skip the variable_scope check.",
" --no-nested_classes_or_defines-check",
" Skip the nested_classes_or_defines check.",
" --no-inherits_across_namespaces-check",
" Skip the inherits_across_namespaces check.",
" --no-class_inherits_from_params_class-check",
" Skip the class_inherits_from_params_class check.",
" --class_inherits_from_params_class-check",
" Enable the class_inherits_from_params_class check.",
" --no-variable_scope-check Skip the variable_scope check.",
" --no-right_to_left_relationship-check",
" Skip the right_to_left_relationship check.",
" --no-code_on_top_scope-check Skip the code_on_top_scope check.",
" --code_on_top_scope-check Enable the code_on_top_scope check.",
" --no-duplicate_params-check Skip the duplicate_params check.",
" --no-ensure_not_symlink_target-check",
" Skip the ensure_not_symlink_target check.",
" --no-unquoted_resource_title-check",
" Skip the unquoted_resource_title check.",
" --no-file_mode-check Skip the file_mode check.",
" --no-unquoted_file_mode-check",
" Skip the unquoted_file_mode check.",
" --no-ensure_first_param-check",
" Skip the ensure_first_param check.",
" --no-star_comments-check Skip the star_comments check.",
" --no-slash_comments-check Skip the slash_comments check.",
" --no-unquoted_node_name-check",
" Skip the unquoted_node_name check.",
" --no-puppet_url_without_modules-check",
" Skip the puppet_url_without_modules check.",
" --no-quoted_booleans-check Skip the quoted_booleans check.",
" --quoted_booleans-check Enable the quoted_booleans check.",
" --no-single_quote_string_with_variables-check",
" Skip the single_quote_string_with_variables check.",
" --no-only_variable_string-check",
" Skip the only_variable_string check.",
" --no-variables_not_enclosed-check",
" Skip the variables_not_enclosed check.",
" --no-double_quoted_strings-check",
" Skip the double_quoted_strings check.",
" --no-documentation-check Skip the documentation check.",
" --no-variable_is_lowercase-check",
" Skip the variable_is_lowercase check.",
" --no-variable_contains_dash-check",
" Skip the variable_contains_dash check."
" --no-slash_comments-check Skip the slash_comments check."
],
"pylint": [
"Usage: pylint [options]",
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 @@ -6,7 +6,7 @@
"bash-exec": "5.1.0",
"black": "21.12",
"cfn-lint": "0.57.0",
"checkov": "2.0.746",
"checkov": "2.0.749",
"checkstyle": "9.2.1",
"chktex": "1.7.6",
"clippy": "0.1.58",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [tsqllint](https://github.com/tsqllint/tsqllint) from 1.14.0.0 to **1.14.3.0** on 2022-01-23
- [checkov](https://www.checkov.io/) from 2.0.744 to **2.0.745** on 2022-01-23
- [checkov](https://www.checkov.io/) from 2.0.745 to **2.0.746** on 2022-01-24
- [checkov](https://www.checkov.io/) from 2.0.746 to **2.0.749** on 2022-01-24
<!-- linter-versions-end -->

## [v5.6.0] - 2022-01-22
Expand Down
2 changes: 1 addition & 1 deletion 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} | 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.746 | [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.749 | [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.2.1 | [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
Loading