From b5ffb722fe70a6e78d024f51290ae6a070a0ce34 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sun, 19 Jun 2022 23:59:57 +0200 Subject: [PATCH] [automation] Auto-update linters version, help and documentation (#1536) * [automation] Auto-update linters version, help and documentation * Fix kotlin test cases --- .automation/generated/flavors-stats.json | 54 +++++++------- .automation/generated/linter-helps.json | 20 +++--- .automation/generated/linter-versions.json | 4 +- .automation/generated/megalinter-users.json | 72 +++++++++---------- .../kotlin/{kotlin_bad_1.kt => Kotlinbad1.kt} | 0 .../{kotlint_good_1.kt => Kotlingood.kt} | 0 CHANGELOG.md | 2 + docs/all_linters.md | 4 +- docs/descriptors/kotlin_ktlint.md | 14 ++-- docs/descriptors/python_black.md | 4 +- docs/descriptors/python_flake8.md | 4 +- docs/descriptors/terraform_checkov.md | 2 +- 12 files changed, 91 insertions(+), 89 deletions(-) rename .automation/test/kotlin/{kotlin_bad_1.kt => Kotlinbad1.kt} (100%) rename .automation/test/kotlin/{kotlint_good_1.kt => Kotlingood.kt} (100%) diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index 5401a1234d9..fc5922a99d3 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -885,8 +885,8 @@ 2512516 ], [ - "2022-06-19T02:21:39", - 2513536 + "2022-06-19T07:40:43", + 2513591 ] ], "ci_light": [ @@ -1775,8 +1775,8 @@ 12161 ], [ - "2022-06-19T02:21:39", - 12253 + "2022-06-19T07:40:43", + 12257 ] ], "dart": [ @@ -2665,8 +2665,8 @@ 3032 ], [ - "2022-06-19T02:21:39", - 3041 + "2022-06-19T07:40:43", + 3046 ] ], "documentation": [ @@ -3555,8 +3555,8 @@ 58664 ], [ - "2022-06-19T02:21:39", - 58804 + "2022-06-19T07:40:43", + 58809 ] ], "dotnet": [ @@ -4445,8 +4445,8 @@ 300644 ], [ - "2022-06-19T02:21:39", - 300782 + "2022-06-19T07:40:43", + 300791 ] ], "go": [ @@ -5335,8 +5335,8 @@ 11887 ], [ - "2022-06-19T02:21:39", - 11910 + "2022-06-19T07:40:43", + 11911 ] ], "java": [ @@ -6225,8 +6225,8 @@ 78649 ], [ - "2022-06-19T02:21:39", - 78832 + "2022-06-19T07:40:43", + 78843 ] ], "javascript": [ @@ -7115,8 +7115,8 @@ 123887 ], [ - "2022-06-19T02:21:39", - 124281 + "2022-06-19T07:40:43", + 124295 ] ], "php": [ @@ -8005,7 +8005,7 @@ 8949 ], [ - "2022-06-19T02:21:39", + "2022-06-19T07:40:43", 8999 ] ], @@ -8895,8 +8895,8 @@ 81585 ], [ - "2022-06-19T02:21:39", - 81790 + "2022-06-19T07:40:43", + 81804 ] ], "ruby": [ @@ -9781,7 +9781,7 @@ 2318 ], [ - "2022-06-19T02:21:39", + "2022-06-19T07:40:43", 2319 ] ], @@ -10667,7 +10667,7 @@ 3680 ], [ - "2022-06-19T02:21:39", + "2022-06-19T07:40:43", 3695 ] ], @@ -11557,8 +11557,8 @@ 12250 ], [ - "2022-06-19T02:21:39", - 12275 + "2022-06-19T07:40:43", + 12280 ] ], "scala": [ @@ -12443,7 +12443,7 @@ 1476 ], [ - "2022-06-19T02:21:39", + "2022-06-19T07:40:43", 1476 ] ], @@ -13329,7 +13329,7 @@ 1787 ], [ - "2022-06-19T02:21:39", + "2022-06-19T07:40:43", 1792 ] ], @@ -14219,8 +14219,8 @@ 75059 ], [ - "2022-06-19T02:21:39", - 75715 + "2022-06-19T07:40:43", + 75775 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 28e709c4406..573cd2949a0 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -343,8 +343,8 @@ " input).", " --python-cell-magics TEXT When processing Jupyter Notebooks, add the", " given magic to the list of known python-", - " magics (python, timeit, time, pypy, python3,", - " prun, capture). Useful for formatting cells", + " magics (capture, time, prun, pypy, python3,", + " timeit, python). Useful for formatting cells", " with custom python magics.", " -S, --skip-string-normalization", " Don't normalize string quotes or prefixes.", @@ -1551,8 +1551,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: ['E123', 'W504', 'E24', 'W503', 'E226',", - " 'E121', 'E704', 'E126'])", + " (Default: ['E704', 'E126', 'E24', 'W503', 'E226',", + " 'W504', 'E121', 'E123'])", " --extend-ignore errors", " Comma-separated list of errors and warnings to add to", " the list of ignored ones. For example, ``--extend-", @@ -2306,14 +2306,14 @@ " --disabled_rules=standard", " -F, --format Fix any deviations from the code style", " --limit= Maximum number of errors to show (default: show all)", - " --relative Print files relative to the working directory (e.g. dir/file.", - " kt instead of /home/user/project/dir/file.kt)", + " --relative Print files relative to the working directory (e.g.", + " dir/file.kt instead of /home/user/project/dir/file.kt)", " --reporter=", " A reporter to use (built-in: plain (default), plain?", - " group_by_file, json, sarif, checkstyle, html). To use a", - " third-party reporter specify a path to a JAR file on the", - " filesystem via ',artifact=' option. To override reporter", - " output, use ',output=' option.", + " group_by_file, json, sarif, checkstyle, html). To use", + " a third-party reporter specify a path to a JAR file", + " on the filesystem via ',artifact=' option. To", + " override reporter output, use ',output=' option.", " -R, --ruleset=", " A path to a JAR file containing additional ruleset(s)", " --stdin Read file from stdin", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index ffffc351a7d..c49f7bc40e8 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -6,7 +6,7 @@ "bash-exec": "5.1.16", "black": "22.3.0", "cfn-lint": "0.61.0", - "checkov": "2.0.1218", + "checkov": "2.0.1219", "checkstyle": "10.3", "chktex": "1.7.6", "clippy": "0.1.61", @@ -32,7 +32,7 @@ "jscpd": "3.3.26", "jsonlint": "1.6.3", "kics": "1.5.10", - "ktlint": "0.45.2", + "ktlint": "0.46.0", "kubeconform": "0.4.12", "kubeval": "0.16.1", "lintr": "0.0.0", diff --git a/.automation/generated/megalinter-users.json b/.automation/generated/megalinter-users.json index 8a1d971a923..a505f45f78d 100644 --- a/.automation/generated/megalinter-users.json +++ b/.automation/generated/megalinter-users.json @@ -110,7 +110,7 @@ "releases_url": "https://api.github.com/repos/nektos/act/releases{/id}", "size": 6105, "ssh_url": "git@github.com:nektos/act.git", - "stargazers_count": 25179, + "stargazers_count": 25180, "stargazers_url": "https://api.github.com/repos/nektos/act/stargazers", "statuses_url": "https://api.github.com/repos/nektos/act/statuses/{sha}", "subscribers_count": 113, @@ -127,14 +127,14 @@ "golang" ], "trees_url": "https://api.github.com/repos/nektos/act/git/trees{/sha}", - "updated_at": "2022-06-19T02:14:11Z", + "updated_at": "2022-06-19T06:53:09Z", "url": "https://api.github.com/repos/nektos/act", "visibility": "public", - "watchers": 25179, - "watchers_count": 25179 + "watchers": 25180, + "watchers_count": 25180 }, "repo_url": "https://github.com/nektos/act", - "stargazers": 25179 + "stargazers": 25180 }, { "info": { @@ -475,9 +475,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/megalinter/megalinter/pulls{/number}", - "pushed_at": "2022-06-18T21:23:11Z", + "pushed_at": "2022-06-19T07:09:33Z", "releases_url": "https://api.github.com/repos/megalinter/megalinter/releases{/id}", - "size": 145032, + "size": 145037, "ssh_url": "git@github.com:megalinter/megalinter.git", "stargazers_count": 671, "stargazers_url": "https://api.github.com/repos/megalinter/megalinter/stargazers", @@ -582,8 +582,8 @@ "network_count": 85, "node_id": "MDEwOlJlcG9zaXRvcnkyMzA5OTk4MjY=", "notifications_url": "https://api.github.com/repos/onedr0p/home-ops/notifications{?since,all,participating}", - "open_issues": 10, - "open_issues_count": 10, + "open_issues": 12, + "open_issues_count": 12, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/213795?v=4", "events_url": "https://api.github.com/users/onedr0p/events{/privacy}", @@ -606,9 +606,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/onedr0p/home-ops/pulls{/number}", - "pushed_at": "2022-06-19T00:31:37Z", + "pushed_at": "2022-06-19T06:06:32Z", "releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}", - "size": 24158, + "size": 24168, "ssh_url": "git@github.com:onedr0p/home-ops.git", "stargazers_count": 551, "stargazers_url": "https://api.github.com/repos/onedr0p/home-ops/stargazers", @@ -1326,8 +1326,8 @@ "network_count": 19, "node_id": "MDEwOlJlcG9zaXRvcnkyODc1MDA0NTY=", "notifications_url": "https://api.github.com/repos/bjw-s/home-ops/notifications{?since,all,participating}", - "open_issues": 9, - "open_issues_count": 9, + "open_issues": 8, + "open_issues_count": 8, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/6213398?v=4", "events_url": "https://api.github.com/users/bjw-s/events{/privacy}", @@ -1350,9 +1350,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/bjw-s/home-ops/pulls{/number}", - "pushed_at": "2022-06-18T22:07:34Z", + "pushed_at": "2022-06-19T05:45:27Z", "releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}", - "size": 30399, + "size": 30403, "ssh_url": "git@github.com:bjw-s/home-ops.git", "stargazers_count": 143, "stargazers_url": "https://api.github.com/repos/bjw-s/home-ops/stargazers", @@ -1859,7 +1859,7 @@ "releases_url": "https://api.github.com/repos/practicalli/spacemacs/releases{/id}", "size": 63110, "ssh_url": "git@github.com:practicalli/spacemacs.git", - "stargazers_count": 84, + "stargazers_count": 85, "stargazers_url": "https://api.github.com/repos/practicalli/spacemacs/stargazers", "statuses_url": "https://api.github.com/repos/practicalli/spacemacs/statuses/{sha}", "subscribers_count": 5, @@ -1876,14 +1876,14 @@ "spacemacs" ], "trees_url": "https://api.github.com/repos/practicalli/spacemacs/git/trees{/sha}", - "updated_at": "2022-06-16T17:16:51Z", + "updated_at": "2022-06-19T03:09:26Z", "url": "https://api.github.com/repos/practicalli/spacemacs", "visibility": "public", - "watchers": 84, - "watchers_count": 84 + "watchers": 85, + "watchers_count": 85 }, "repo_url": "https://github.com/practicalli/spacemacs", - "stargazers": 84 + "stargazers": 85 }, { "info": { @@ -1989,7 +1989,7 @@ "releases_url": "https://api.github.com/repos/practicalli/spacemacs/releases{/id}", "size": 63110, "ssh_url": "git@github.com:practicalli/spacemacs.git", - "stargazers_count": 84, + "stargazers_count": 85, "stargazers_url": "https://api.github.com/repos/practicalli/spacemacs/stargazers", "statuses_url": "https://api.github.com/repos/practicalli/spacemacs/statuses/{sha}", "subscribers_count": 5, @@ -2006,14 +2006,14 @@ "spacemacs" ], "trees_url": "https://api.github.com/repos/practicalli/spacemacs/git/trees{/sha}", - "updated_at": "2022-06-16T17:16:51Z", + "updated_at": "2022-06-19T03:09:26Z", "url": "https://api.github.com/repos/practicalli/spacemacs", "visibility": "public", - "watchers": 84, - "watchers_count": 84 + "watchers": 85, + "watchers_count": 85 }, "repo_url": "https://github.com/practicalli/spacemacs", - "stargazers": 84 + "stargazers": 85 }, { "info": { @@ -2992,7 +2992,7 @@ "releases_url": "https://api.github.com/repos/practicalli/clojure/releases{/id}", "size": 47067, "ssh_url": "git@github.com:practicalli/clojure.git", - "stargazers_count": 40, + "stargazers_count": 41, "stargazers_url": "https://api.github.com/repos/practicalli/clojure/stargazers", "statuses_url": "https://api.github.com/repos/practicalli/clojure/statuses/{sha}", "subscribers_count": 3, @@ -3010,14 +3010,14 @@ "workshop" ], "trees_url": "https://api.github.com/repos/practicalli/clojure/git/trees{/sha}", - "updated_at": "2022-04-22T19:44:25Z", + "updated_at": "2022-06-19T03:08:13Z", "url": "https://api.github.com/repos/practicalli/clojure", "visibility": "public", - "watchers": 40, - "watchers_count": 40 + "watchers": 41, + "watchers_count": 41 }, "repo_url": "https://github.com/practicalli/clojure", - "stargazers": 40 + "stargazers": 41 }, { "info": { @@ -3716,9 +3716,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}", - "pushed_at": "2022-06-19T01:25:51Z", + "pushed_at": "2022-06-19T06:30:14Z", "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", - "size": 4591, + "size": 4627, "ssh_url": "git@github.com:jr0dd/home-ops.git", "stargazers_count": 24, "stargazers_url": "https://api.github.com/repos/jr0dd/home-ops/stargazers", @@ -4445,8 +4445,8 @@ "network_count": 0, "node_id": "MDEwOlJlcG9zaXRvcnkzODI4NjMyOTE=", "notifications_url": "https://api.github.com/repos/0dragosh/homelab/notifications{?since,all,participating}", - "open_issues": 3, - "open_issues_count": 3, + "open_issues": 2, + "open_issues_count": 2, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/39906742?v=4", "events_url": "https://api.github.com/users/0dragosh/events{/privacy}", @@ -4469,7 +4469,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/0dragosh/homelab/pulls{/number}", - "pushed_at": "2022-06-19T00:14:18Z", + "pushed_at": "2022-06-19T05:25:44Z", "releases_url": "https://api.github.com/repos/0dragosh/homelab/releases{/id}", "size": 3187, "ssh_url": "git@github.com:0dragosh/homelab.git", @@ -5641,7 +5641,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/AliceO2Group/O2Physics/pulls{/number}", - "pushed_at": "2022-06-19T00:01:56Z", + "pushed_at": "2022-06-19T07:23:49Z", "releases_url": "https://api.github.com/repos/AliceO2Group/O2Physics/releases{/id}", "size": 6933, "ssh_url": "git@github.com:AliceO2Group/O2Physics.git", diff --git a/.automation/test/kotlin/kotlin_bad_1.kt b/.automation/test/kotlin/Kotlinbad1.kt similarity index 100% rename from .automation/test/kotlin/kotlin_bad_1.kt rename to .automation/test/kotlin/Kotlinbad1.kt diff --git a/.automation/test/kotlin/kotlint_good_1.kt b/.automation/test/kotlin/Kotlingood.kt similarity index 100% rename from .automation/test/kotlin/kotlint_good_1.kt rename to .automation/test/kotlin/Kotlingood.kt diff --git a/CHANGELOG.md b/CHANGELOG.md index 8512175d362..b0de445a7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l - [sql-lint](https://github.com/joereynolds/sql-lint) from 0.0.19 to **0.0.20** on 2022-06-19 - [sqlfluff](https://www.sqlfluff.com/) from 0.13.2 to **1.0.0** on 2022-06-19 - [terragrunt](https://terragrunt.gruntwork.io) from 0.37.4 to **0.38.0** on 2022-06-19 + - [ktlint](https://ktlint.github.io) from 0.45.2 to **0.46.0** on 2022-06-19 + - [checkov](https://www.checkov.io/) from 2.0.1218 to **2.0.1219** on 2022-06-19 ## [v5.14.0] - 2022-06-12 diff --git a/docs/all_linters.md b/docs/all_linters.md index d9cda119af9..ad4004daf7d 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -12,7 +12,7 @@ | [**bash-exec**](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} | 5.1.16 | | [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.3.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.61.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.1218 | [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.1219 | [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.3 | [LGPL-2.1](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.61 | | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Web Site](https://github.com/rust-lang/rust-clippy){target=_blank} | @@ -38,7 +38,7 @@ | [**jscpd**](https://github.com/kucherenko/jscpd){target=_blank} | 3.3.26 | [MIT](licenses/jscpd.md) | [COPYPASTE](descriptors/copypaste_jscpd.md) | :heart: | [MegaLinter reference](https://github.com/kucherenko/jscpd#who-uses-jscpd){target=_blank} | | [**jsonlint**](https://github.com/zaach/jsonlint){target=_blank} | 1.6.3 | | [JSON](descriptors/json_jsonlint.md) | :hammer_and_wrench: | [Pull Request](https://github.com/zaach/jsonlint/pull/127){target=_blank} | | [**kics**](https://github.com/checkmarx/kics){target=_blank} | 1.5.10 | [Apache-2.0](licenses/kics.md) | [TERRAFORM](descriptors/terraform_kics.md) | :heart: | [MegaLinter reference](https://docs.kics.io/latest/integrations/){target=_blank} | -| [**ktlint**](https://github.com/pinterest/ktlint){target=_blank} | 0.45.2 | [MIT](licenses/ktlint.md) | [KOTLIN](descriptors/kotlin_ktlint.md) | :heart: | [MegaLinter reference](https://github.com/pinterest/ktlint#-with-continuous-integration){target=_blank} | +| [**ktlint**](https://github.com/pinterest/ktlint){target=_blank} | 0.46.0 | [MIT](licenses/ktlint.md) | [KOTLIN](descriptors/kotlin_ktlint.md) | :heart: | [MegaLinter reference](https://github.com/pinterest/ktlint#-with-continuous-integration){target=_blank} | | [**kubeconform**](https://github.com/yannh/kubeconform){target=_blank} | 0.4.12 | [Other](licenses/kubeconform.md) | [KUBERNETES](descriptors/kubernetes_kubeconform.md) | :white_circle: | [Repository](https://github.com/yannh/kubeconform){target=_blank} | | [**kubeval**](https://github.com/instrumenta/kubeval){target=_blank} | 0.16.1 | [Other](licenses/kubeval.md) | [KUBERNETES](descriptors/kubernetes_kubeval.md) | :white_circle: | [Repository](https://github.com/instrumenta/kubeval){target=_blank} | | [**lintr**](https://lintr.r-lib.org/){target=_blank} | N/A | | [R](descriptors/r_lintr.md) | :white_circle: | [Web Site](https://lintr.r-lib.org/){target=_blank} | diff --git a/docs/descriptors/kotlin_ktlint.md b/docs/descriptors/kotlin_ktlint.md index 7a32e782dff..77767fae847 100644 --- a/docs/descriptors/kotlin_ktlint.md +++ b/docs/descriptors/kotlin_ktlint.md @@ -9,7 +9,7 @@ ## ktlint documentation -- Version in MegaLinter: **0.45.2** +- Version in MegaLinter: **0.46.0** - Visit [Official Web Site](https://ktlint.github.io){target=_blank} - See [Index of problems detected by ktlint](https://ktlint.github.io/#rules){target=_blank} @@ -141,14 +141,14 @@ Flags: --disabled_rules=standard -F, --format Fix any deviations from the code style --limit= Maximum number of errors to show (default: show all) - --relative Print files relative to the working directory (e.g. dir/file. - kt instead of /home/user/project/dir/file.kt) + --relative Print files relative to the working directory (e.g. + dir/file.kt instead of /home/user/project/dir/file.kt) --reporter= A reporter to use (built-in: plain (default), plain? - group_by_file, json, sarif, checkstyle, html). To use a - third-party reporter specify a path to a JAR file on the - filesystem via ',artifact=' option. To override reporter - output, use ',output=' option. + group_by_file, json, sarif, checkstyle, html). To use + a third-party reporter specify a path to a JAR file + on the filesystem via ',artifact=' option. To + override reporter output, use ',output=' option. -R, --ruleset= A path to a JAR file containing additional ruleset(s) --stdin Read file from stdin diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md index 1f099c29918..4ab287c40c3 100644 --- a/docs/descriptors/python_black.md +++ b/docs/descriptors/python_black.md @@ -112,8 +112,8 @@ Options: input). --python-cell-magics TEXT When processing Jupyter Notebooks, add the given magic to the list of known python- - magics (python, timeit, time, pypy, python3, - prun, capture). Useful for formatting cells + magics (capture, time, prun, pypy, python3, + timeit, python). Useful for formatting cells with custom python magics. -S, --skip-string-normalization Don't normalize string quotes or prefixes. diff --git a/docs/descriptors/python_flake8.md b/docs/descriptors/python_flake8.md index 86fb8a5649e..5010f1800c7 100644 --- a/docs/descriptors/python_flake8.md +++ b/docs/descriptors/python_flake8.md @@ -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: ['E123', 'W504', 'E24', 'W503', 'E226', - 'E121', 'E704', 'E126']) + (Default: ['E704', 'E126', 'E24', 'W503', 'E226', + 'W504', 'E121', 'E123']) --extend-ignore errors Comma-separated list of errors and warnings to add to the list of ignored ones. For example, ``--extend- diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index a51c55c5b84..5f170587baa 100644 --- a/docs/descriptors/terraform_checkov.md +++ b/docs/descriptors/terraform_checkov.md @@ -9,7 +9,7 @@ ## checkov documentation -- Version in MegaLinter: **2.0.1218** +- Version in MegaLinter: **2.0.1219** - 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}