From 2354d404a10daab71ae9d7c12c447a63f9886cfa Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Tue, 21 Jun 2022 02:28:14 +0000 Subject: [PATCH] [automation] Auto-update linters version, help and documentation --- .automation/generated/flavors-stats.json | 64 ++++ .automation/generated/linter-helps.json | 41 +-- .automation/generated/linter-versions.json | 8 +- .automation/generated/megalinter-users.json | 316 ++++++++++---------- CHANGELOG.md | 4 + docs/all_linters.md | 8 +- docs/descriptors/php_phpstan.md | 2 +- docs/descriptors/python_black.md | 6 +- docs/descriptors/python_flake8.md | 4 +- docs/descriptors/snakemake_snakemake.md | 2 +- docs/descriptors/sql_sql_lint.md | 33 +- docs/descriptors/terraform_checkov.md | 2 +- 12 files changed, 283 insertions(+), 207 deletions(-) diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index fc5922a99d3..1d0d8cdb22a 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -887,6 +887,10 @@ [ "2022-06-19T07:40:43", 2513591 + ], + [ + "2022-06-21T02:27:00", + 2514411 ] ], "ci_light": [ @@ -1777,6 +1781,10 @@ [ "2022-06-19T07:40:43", 12257 + ], + [ + "2022-06-21T02:27:00", + 12393 ] ], "dart": [ @@ -2667,6 +2675,10 @@ [ "2022-06-19T07:40:43", 3046 + ], + [ + "2022-06-21T02:27:00", + 3066 ] ], "documentation": [ @@ -3557,6 +3569,10 @@ [ "2022-06-19T07:40:43", 58809 + ], + [ + "2022-06-21T02:27:00", + 58954 ] ], "dotnet": [ @@ -4447,6 +4463,10 @@ [ "2022-06-19T07:40:43", 300791 + ], + [ + "2022-06-21T02:27:00", + 301033 ] ], "go": [ @@ -5337,6 +5357,10 @@ [ "2022-06-19T07:40:43", 11911 + ], + [ + "2022-06-21T02:27:00", + 11936 ] ], "java": [ @@ -6227,6 +6251,10 @@ [ "2022-06-19T07:40:43", 78843 + ], + [ + "2022-06-21T02:27:00", + 79045 ] ], "javascript": [ @@ -7117,6 +7145,10 @@ [ "2022-06-19T07:40:43", 124295 + ], + [ + "2022-06-21T02:27:00", + 124722 ] ], "php": [ @@ -8007,6 +8039,10 @@ [ "2022-06-19T07:40:43", 8999 + ], + [ + "2022-06-21T02:27:00", + 9014 ] ], "python": [ @@ -8897,6 +8933,10 @@ [ "2022-06-19T07:40:43", 81804 + ], + [ + "2022-06-21T02:27:00", + 81998 ] ], "ruby": [ @@ -9783,6 +9823,10 @@ [ "2022-06-19T07:40:43", 2319 + ], + [ + "2022-06-21T02:27:00", + 2319 ] ], "rust": [ @@ -10669,6 +10713,10 @@ [ "2022-06-19T07:40:43", 3695 + ], + [ + "2022-06-21T02:27:00", + 3697 ] ], "salesforce": [ @@ -11559,6 +11607,10 @@ [ "2022-06-19T07:40:43", 12280 + ], + [ + "2022-06-21T02:27:00", + 12297 ] ], "scala": [ @@ -12445,6 +12497,10 @@ [ "2022-06-19T07:40:43", 1476 + ], + [ + "2022-06-21T02:27:00", + 1476 ] ], "swift": [ @@ -13331,6 +13387,10 @@ [ "2022-06-19T07:40:43", 1792 + ], + [ + "2022-06-21T02:27:00", + 1801 ] ], "terraform": [ @@ -14221,6 +14281,10 @@ [ "2022-06-19T07:40:43", 75775 + ], + [ + "2022-06-21T02:27:00", + 76311 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 573cd2949a0..8e3dc9c95f4 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -343,9 +343,9 @@ " input).", " --python-cell-magics TEXT When processing Jupyter Notebooks, add the", " given magic to the list of known python-", - " magics (capture, time, prun, pypy, python3,", - " timeit, python). Useful for formatting cells", - " with custom python magics.", + " magics (python3, prun, timeit, time, pypy,", + " python, capture). Useful for formatting", + " cells with custom python magics.", " -S, --skip-string-normalization", " Don't normalize string quotes or prefixes.", " -C, --skip-magic-trailing-comma", @@ -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: ['E704', 'E126', 'E24', 'W503', 'E226',", - " 'W504', 'E121', 'E123'])", + " (Default: ['E704', 'E24', 'E226', 'W503', 'E123',", + " 'W504', 'E121', 'E126'])", " --extend-ignore errors", " Comma-separated list of errors and warnings to add to", " the list of ignored ones. For example, ``--extend-", @@ -7461,21 +7461,24 @@ "sql-lint": [ "Usage: sql-lint [options]", "", + "Lint sql files and stdin for errors, oddities, and bad practices.", + "", "Options:", - " -V, --version output the version number", - " --fix [string] The .sql string to fix", - " -d, --driver The driver to use, must be one of ['mysql',", - " 'postgres']", - " -v, --verbose Brings back information on the what it's linting and", - " the tokens generated", - " --format The format of the output, can be one of ['simple',", - " 'json'] (default: \"simple\")", - " --host The host for the connection", - " --user The user for the connection", - " --password The password for the connection", - " --port The port for the connection", - " --config The path to the configuration file", - " -h, --help display help for command" + " -V, --version output the version number", + " --fix [string] The .sql string to fix (experimental and alpha)", + " -d, --driver The driver to use, must be one of ['mysql',", + " 'postgres']", + " -v, --verbose Brings back information on the what it's linting", + " and the tokens generated", + " --format The format of the output, can be one of", + " ['simple', 'json'] (default: \"simple\")", + " --host The host for the database connection", + " --user The user for the database connection", + " --password The password for the database connection", + " --port The port for the database connection", + " --config The path to the configuration file", + " --ignore-errors The errors to ignore (comma separated)", + " -h, --help display help for command" ], "sqlfluff": [ "Usage: sqlfluff [OPTIONS] COMMAND [ARGS]...", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index c49f7bc40e8..18b2dbaa9ee 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.1219", + "checkov": "2.0.1223", "checkstyle": "10.3", "chktex": "1.7.6", "clippy": "0.1.61", @@ -47,7 +47,7 @@ "php": "7.4.26", "phpcs": "3.7.1", "phplint": "3.0", - "phpstan": "1.7.14", + "phpstan": "1.7.15", "powershell": "7.2.4", "prettier": "2.7.1", "protolint": "0.38.1", @@ -71,9 +71,9 @@ "shellcheck": "0.8.0", "shfmt": "3.6.0", "snakefmt": "0.6.1", - "snakemake": "7.8.2", + "snakemake": "7.8.3", "spectral": "5.6.0", - "sql-lint": "0.0.20", + "sql-lint": "1.0.0", "sqlfluff": "1.0.0", "standard": "15.0.1", "stylelint": "14.9.1", diff --git a/.automation/generated/megalinter-users.json b/.automation/generated/megalinter-users.json index a505f45f78d..a78668d5745 100644 --- a/.automation/generated/megalinter-users.json +++ b/.automation/generated/megalinter-users.json @@ -23,8 +23,8 @@ "downloads_url": "https://api.github.com/repos/nektos/act/downloads", "events_url": "https://api.github.com/repos/nektos/act/events", "fork": false, - "forks": 665, - "forks_count": 665, + "forks": 668, + "forks_count": 668, "forks_url": "https://api.github.com/repos/nektos/act/forks", "full_name": "nektos/act", "git_commits_url": "https://api.github.com/repos/nektos/act/git/commits{/sha}", @@ -59,11 +59,11 @@ "milestones_url": "https://api.github.com/repos/nektos/act/milestones{/number}", "mirror_url": null, "name": "act", - "network_count": 665, + "network_count": 668, "node_id": "MDEwOlJlcG9zaXRvcnkxNjM4ODMyNzk=", "notifications_url": "https://api.github.com/repos/nektos/act/notifications{?since,all,participating}", - "open_issues": 85, - "open_issues_count": 85, + "open_issues": 73, + "open_issues_count": 73, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/3813618?v=4", "events_url": "https://api.github.com/users/nektos/events{/privacy}", @@ -106,14 +106,14 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/nektos/act/pulls{/number}", - "pushed_at": "2022-06-17T20:55:22Z", + "pushed_at": "2022-06-21T00:03:00Z", "releases_url": "https://api.github.com/repos/nektos/act/releases{/id}", - "size": 6105, + "size": 6087, "ssh_url": "git@github.com:nektos/act.git", - "stargazers_count": 25180, + "stargazers_count": 25251, "stargazers_url": "https://api.github.com/repos/nektos/act/stargazers", "statuses_url": "https://api.github.com/repos/nektos/act/statuses/{sha}", - "subscribers_count": 113, + "subscribers_count": 114, "subscribers_url": "https://api.github.com/repos/nektos/act/subscribers", "subscription_url": "https://api.github.com/repos/nektos/act/subscription", "svn_url": "https://github.com/nektos/act", @@ -127,14 +127,14 @@ "golang" ], "trees_url": "https://api.github.com/repos/nektos/act/git/trees{/sha}", - "updated_at": "2022-06-19T06:53:09Z", + "updated_at": "2022-06-21T01:42:07Z", "url": "https://api.github.com/repos/nektos/act", "visibility": "public", - "watchers": 25180, - "watchers_count": 25180 + "watchers": 25251, + "watchers_count": 25251 }, "repo_url": "https://github.com/nektos/act", - "stargazers": 25180 + "stargazers": 25251 }, { "info": { @@ -222,11 +222,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/stepancheg/rust-protobuf/pulls{/number}", - "pushed_at": "2022-06-16T23:43:34Z", + "pushed_at": "2022-06-21T01:28:08Z", "releases_url": "https://api.github.com/repos/stepancheg/rust-protobuf/releases{/id}", "size": 55926, "ssh_url": "git@github.com:stepancheg/rust-protobuf.git", - "stargazers_count": 2082, + "stargazers_count": 2084, "stargazers_url": "https://api.github.com/repos/stepancheg/rust-protobuf/stargazers", "statuses_url": "https://api.github.com/repos/stepancheg/rust-protobuf/statuses/{sha}", "subscribers_count": 19, @@ -242,14 +242,14 @@ "serialization" ], "trees_url": "https://api.github.com/repos/stepancheg/rust-protobuf/git/trees{/sha}", - "updated_at": "2022-06-17T07:05:44Z", + "updated_at": "2022-06-19T20:51:16Z", "url": "https://api.github.com/repos/stepancheg/rust-protobuf", "visibility": "public", - "watchers": 2082, - "watchers_count": 2082 + "watchers": 2084, + "watchers_count": 2084 }, "repo_url": "https://github.com/stepancheg/rust-protobuf", - "stargazers": 2082 + "stargazers": 2084 }, { "info": { @@ -274,8 +274,8 @@ "downloads_url": "https://api.github.com/repos/flosse/sloc/downloads", "events_url": "https://api.github.com/repos/flosse/sloc/events", "fork": false, - "forks": 80, - "forks_count": 80, + "forks": 81, + "forks_count": 81, "forks_url": "https://api.github.com/repos/flosse/sloc/forks", "full_name": "flosse/sloc", "git_commits_url": "https://api.github.com/repos/flosse/sloc/git/commits{/sha}", @@ -310,7 +310,7 @@ "milestones_url": "https://api.github.com/repos/flosse/sloc/milestones{/number}", "mirror_url": null, "name": "sloc", - "network_count": 80, + "network_count": 81, "node_id": "MDEwOlJlcG9zaXRvcnk1MjEzMTAx", "notifications_url": "https://api.github.com/repos/flosse/sloc/notifications{?since,all,participating}", "open_issues": 42, @@ -341,7 +341,7 @@ "releases_url": "https://api.github.com/repos/flosse/sloc/releases{/id}", "size": 265, "ssh_url": "git@github.com:flosse/sloc.git", - "stargazers_count": 899, + "stargazers_count": 900, "stargazers_url": "https://api.github.com/repos/flosse/sloc/stargazers", "statuses_url": "https://api.github.com/repos/flosse/sloc/statuses/{sha}", "subscribers_count": 20, @@ -360,14 +360,14 @@ "unmaintained" ], "trees_url": "https://api.github.com/repos/flosse/sloc/git/trees{/sha}", - "updated_at": "2022-06-17T01:29:28Z", + "updated_at": "2022-06-20T13:00:33Z", "url": "https://api.github.com/repos/flosse/sloc", "visibility": "public", - "watchers": 899, - "watchers_count": 899 + "watchers": 900, + "watchers_count": 900 }, "repo_url": "https://github.com/flosse/sloc", - "stargazers": 899 + "stargazers": 900 }, { "info": { @@ -392,8 +392,8 @@ "downloads_url": "https://api.github.com/repos/megalinter/megalinter/downloads", "events_url": "https://api.github.com/repos/megalinter/megalinter/events", "fork": false, - "forks": 99, - "forks_count": 99, + "forks": 100, + "forks_count": 100, "forks_url": "https://api.github.com/repos/megalinter/megalinter/forks", "full_name": "megalinter/megalinter", "git_commits_url": "https://api.github.com/repos/megalinter/megalinter/git/commits{/sha}", @@ -428,11 +428,11 @@ "milestones_url": "https://api.github.com/repos/megalinter/megalinter/milestones{/number}", "mirror_url": null, "name": "megalinter", - "network_count": 99, + "network_count": 100, "node_id": "MDEwOlJlcG9zaXRvcnkzMDQ4MzAyMjY=", "notifications_url": "https://api.github.com/repos/megalinter/megalinter/notifications{?since,all,participating}", - "open_issues": 42, - "open_issues_count": 42, + "open_issues": 44, + "open_issues_count": 44, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/76904213?v=4", "events_url": "https://api.github.com/users/megalinter/events{/privacy}", @@ -475,11 +475,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/megalinter/megalinter/pulls{/number}", - "pushed_at": "2022-06-19T07:09:33Z", + "pushed_at": "2022-06-20T15:29:09Z", "releases_url": "https://api.github.com/repos/megalinter/megalinter/releases{/id}", - "size": 145037, + "size": 144512, "ssh_url": "git@github.com:megalinter/megalinter.git", - "stargazers_count": 671, + "stargazers_count": 672, "stargazers_url": "https://api.github.com/repos/megalinter/megalinter/stargazers", "statuses_url": "https://api.github.com/repos/megalinter/megalinter/statuses/{sha}", "subscribers_count": 7, @@ -511,14 +511,14 @@ "terraform" ], "trees_url": "https://api.github.com/repos/megalinter/megalinter/git/trees{/sha}", - "updated_at": "2022-06-16T21:32:02Z", + "updated_at": "2022-06-20T13:33:41Z", "url": "https://api.github.com/repos/megalinter/megalinter", "visibility": "public", - "watchers": 671, - "watchers_count": 671 + "watchers": 672, + "watchers_count": 672 }, "repo_url": "https://github.com/megalinter/megalinter", - "stargazers": 671 + "stargazers": 672 }, { "info": { @@ -543,8 +543,8 @@ "downloads_url": "https://api.github.com/repos/onedr0p/home-ops/downloads", "events_url": "https://api.github.com/repos/onedr0p/home-ops/events", "fork": false, - "forks": 85, - "forks_count": 85, + "forks": 86, + "forks_count": 86, "forks_url": "https://api.github.com/repos/onedr0p/home-ops/forks", "full_name": "onedr0p/home-ops", "git_commits_url": "https://api.github.com/repos/onedr0p/home-ops/git/commits{/sha}", @@ -579,11 +579,11 @@ "milestones_url": "https://api.github.com/repos/onedr0p/home-ops/milestones{/number}", "mirror_url": null, "name": "home-ops", - "network_count": 85, + "network_count": 86, "node_id": "MDEwOlJlcG9zaXRvcnkyMzA5OTk4MjY=", "notifications_url": "https://api.github.com/repos/onedr0p/home-ops/notifications{?since,all,participating}", - "open_issues": 12, - "open_issues_count": 12, + "open_issues": 10, + "open_issues_count": 10, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/213795?v=4", "events_url": "https://api.github.com/users/onedr0p/events{/privacy}", @@ -606,11 +606,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/onedr0p/home-ops/pulls{/number}", - "pushed_at": "2022-06-19T06:06:32Z", + "pushed_at": "2022-06-21T02:22:35Z", "releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}", - "size": 24168, + "size": 24154, "ssh_url": "git@github.com:onedr0p/home-ops.git", - "stargazers_count": 551, + "stargazers_count": 552, "stargazers_url": "https://api.github.com/repos/onedr0p/home-ops/stargazers", "statuses_url": "https://api.github.com/repos/onedr0p/home-ops/statuses/{sha}", "subscribers_count": 8, @@ -632,14 +632,14 @@ "terraform" ], "trees_url": "https://api.github.com/repos/onedr0p/home-ops/git/trees{/sha}", - "updated_at": "2022-06-18T16:53:38Z", + "updated_at": "2022-06-20T12:34:25Z", "url": "https://api.github.com/repos/onedr0p/home-ops", "visibility": "public", - "watchers": 551, - "watchers_count": 551 + "watchers": 552, + "watchers_count": 552 }, "repo_url": "https://github.com/onedr0p/home-ops", - "stargazers": 551 + "stargazers": 552 }, { "info": { @@ -703,8 +703,8 @@ "network_count": 77, "node_id": "MDEwOlJlcG9zaXRvcnkxNzAzMTA5NA==", "notifications_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/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/23920?v=4", "events_url": "https://api.github.com/users/unixorn/events{/privacy}", @@ -727,9 +727,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/pulls{/number}", - "pushed_at": "2022-06-16T15:28:25Z", + "pushed_at": "2022-06-20T16:34:06Z", "releases_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/releases{/id}", - "size": 420, + "size": 405, "ssh_url": "git@github.com:unixorn/zsh-quickstart-kit.git", "stargazers_count": 546, "stargazers_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/stargazers", @@ -790,8 +790,8 @@ "downloads_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/downloads", "events_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/events", "fork": false, - "forks": 101, - "forks_count": 101, + "forks": 102, + "forks_count": 102, "forks_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/forks", "full_name": "secureCodeBox/secureCodeBox", "git_commits_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/git/commits{/sha}", @@ -826,11 +826,11 @@ "milestones_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/milestones{/number}", "mirror_url": null, "name": "secureCodeBox", - "network_count": 101, + "network_count": 102, "node_id": "MDEwOlJlcG9zaXRvcnk4MDcxMTkzMw==", "notifications_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/notifications{?since,all,participating}", - "open_issues": 104, - "open_issues_count": 104, + "open_issues": 106, + "open_issues_count": 106, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/34573705?v=4", "events_url": "https://api.github.com/users/secureCodeBox/events{/privacy}", @@ -873,11 +873,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/pulls{/number}", - "pushed_at": "2022-06-17T11:23:27Z", + "pushed_at": "2022-06-20T16:44:54Z", "releases_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/releases{/id}", - "size": 26873, + "size": 26877, "ssh_url": "git@github.com:secureCodeBox/secureCodeBox.git", - "stargazers_count": 488, + "stargazers_count": 490, "stargazers_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/stargazers", "statuses_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/statuses/{sha}", "subscribers_count": 29, @@ -901,14 +901,14 @@ "security-tools" ], "trees_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/git/trees{/sha}", - "updated_at": "2022-06-16T17:44:16Z", + "updated_at": "2022-06-20T19:06:06Z", "url": "https://api.github.com/repos/secureCodeBox/secureCodeBox", "visibility": "public", - "watchers": 488, - "watchers_count": 488 + "watchers": 490, + "watchers_count": 490 }, "repo_url": "https://github.com/secureCodeBox/secureCodeBox", - "stargazers": 488 + "stargazers": 490 }, { "info": { @@ -1010,11 +1010,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/pulls{/number}", - "pushed_at": "2022-06-18T23:14:28Z", + "pushed_at": "2022-06-19T20:32:07Z", "releases_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/releases{/id}", - "size": 417, + "size": 435, "ssh_url": "git@github.com:practicalli/clojure-deps-edn.git", - "stargazers_count": 377, + "stargazers_count": 378, "stargazers_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/stargazers", "statuses_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/statuses/{sha}", "subscribers_count": 10, @@ -1030,14 +1030,14 @@ "deps-edn" ], "trees_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/git/trees{/sha}", - "updated_at": "2022-06-18T22:24:05Z", + "updated_at": "2022-06-19T13:11:37Z", "url": "https://api.github.com/repos/practicalli/clojure-deps-edn", "visibility": "public", - "watchers": 377, - "watchers_count": 377 + "watchers": 378, + "watchers_count": 378 }, "repo_url": "https://github.com/practicalli/clojure-deps-edn", - "stargazers": 377 + "stargazers": 378 }, { "info": { @@ -1176,8 +1176,8 @@ "downloads_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/downloads", "events_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/events", "fork": false, - "forks": 984, - "forks_count": 984, + "forks": 987, + "forks_count": 987, "forks_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/forks", "full_name": "KelvinTegelaar/CIPP", "git_commits_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/commits{/sha}", @@ -1212,11 +1212,11 @@ "milestones_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/milestones{/number}", "mirror_url": null, "name": "CIPP", - "network_count": 984, + "network_count": 987, "node_id": "R_kgDOGNiHEA", "notifications_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/notifications{?since,all,participating}", - "open_issues": 7, - "open_issues_count": 7, + "open_issues": 9, + "open_issues_count": 9, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/49186168?v=4", "events_url": "https://api.github.com/users/KelvinTegelaar/events{/privacy}", @@ -1239,14 +1239,14 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/pulls{/number}", - "pushed_at": "2022-06-17T10:33:58Z", + "pushed_at": "2022-06-20T22:41:48Z", "releases_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/releases{/id}", - "size": 50382, + "size": 50067, "ssh_url": "git@github.com:KelvinTegelaar/CIPP.git", - "stargazers_count": 354, + "stargazers_count": 355, "stargazers_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/stargazers", "statuses_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/statuses/{sha}", - "subscribers_count": 22, + "subscribers_count": 21, "subscribers_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/subscribers", "subscription_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/subscription", "svn_url": "https://github.com/KelvinTegelaar/CIPP", @@ -1255,14 +1255,14 @@ "temp_clone_token": null, "topics": [], "trees_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/trees{/sha}", - "updated_at": "2022-06-15T12:25:50Z", + "updated_at": "2022-06-20T10:41:05Z", "url": "https://api.github.com/repos/KelvinTegelaar/CIPP", "visibility": "public", - "watchers": 354, - "watchers_count": 354 + "watchers": 355, + "watchers_count": 355 }, "repo_url": "https://github.com/KelvinTegelaar/CIPP", - "stargazers": 354 + "stargazers": 355 }, { "info": { @@ -1350,9 +1350,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/bjw-s/home-ops/pulls{/number}", - "pushed_at": "2022-06-19T05:45:27Z", + "pushed_at": "2022-06-20T21:08:31Z", "releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}", - "size": 30403, + "size": 30369, "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", @@ -1659,8 +1659,8 @@ "downloads_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/downloads", "events_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/events", "fork": false, - "forks": 36, - "forks_count": 36, + "forks": 37, + "forks_count": 37, "forks_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/forks", "full_name": "nvuillam/npm-groovy-lint", "git_commits_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/git/commits{/sha}", @@ -1695,7 +1695,7 @@ "milestones_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/milestones{/number}", "mirror_url": null, "name": "npm-groovy-lint", - "network_count": 36, + "network_count": 37, "node_id": "MDEwOlJlcG9zaXRvcnkyNDAyMTQ5MDA=", "notifications_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/notifications{?since,all,participating}", "open_issues": 2, @@ -1811,8 +1811,8 @@ "network_count": 24, "node_id": "MDEwOlJlcG9zaXRvcnk1NzI1NDg4MQ==", "notifications_url": "https://api.github.com/repos/practicalli/spacemacs/notifications{?since,all,participating}", - "open_issues": 225, - "open_issues_count": 225, + "open_issues": 226, + "open_issues_count": 226, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/8628530?v=4", "events_url": "https://api.github.com/users/practicalli/events{/privacy}", @@ -1941,8 +1941,8 @@ "network_count": 24, "node_id": "MDEwOlJlcG9zaXRvcnk1NzI1NDg4MQ==", "notifications_url": "https://api.github.com/repos/practicalli/spacemacs/notifications{?since,all,participating}", - "open_issues": 225, - "open_issues_count": 225, + "open_issues": 226, + "open_issues_count": 226, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/8628530?v=4", "events_url": "https://api.github.com/users/practicalli/events{/privacy}", @@ -2077,8 +2077,8 @@ "network_count": 29, "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2MzQzNzc=", "notifications_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/notifications{?since,all,participating}", - "open_issues": 68, - "open_issues_count": 68, + "open_issues": 67, + "open_issues_count": 67, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/52803776?v=4", "events_url": "https://api.github.com/users/oasisprotocol/events{/privacy}", @@ -2121,9 +2121,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/pulls{/number}", - "pushed_at": "2022-06-17T21:16:09Z", + "pushed_at": "2022-06-20T09:17:54Z", "releases_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/releases{/id}", - "size": 6070, + "size": 6080, "ssh_url": "git@github.com:oasisprotocol/oasis-wallet-web.git", "stargazers_count": 75, "stargazers_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/stargazers", @@ -2366,7 +2366,7 @@ "releases_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/releases{/id}", "size": 995, "ssh_url": "git@github.com:joeygoksu/prime-nestjs.git", - "stargazers_count": 63, + "stargazers_count": 64, "stargazers_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/stargazers", "statuses_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/statuses/{sha}", "subscribers_count": 5, @@ -2387,14 +2387,14 @@ "typescript" ], "trees_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/trees{/sha}", - "updated_at": "2022-06-17T17:29:02Z", + "updated_at": "2022-06-19T20:17:18Z", "url": "https://api.github.com/repos/joeygoksu/prime-nestjs", "visibility": "public", - "watchers": 63, - "watchers_count": 63 + "watchers": 64, + "watchers_count": 64 }, "repo_url": "https://github.com/joeygoksu/prime-nestjs", - "stargazers": 63 + "stargazers": 64 }, { "info": { @@ -2502,9 +2502,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/philips-software/embeddedinfralib/pulls{/number}", - "pushed_at": "2022-05-29T13:04:56Z", + "pushed_at": "2022-06-20T14:22:52Z", "releases_url": "https://api.github.com/repos/philips-software/embeddedinfralib/releases{/id}", - "size": 39344, + "size": 39410, "ssh_url": "git@github.com:philips-software/embeddedinfralib.git", "stargazers_count": 52, "stargazers_url": "https://api.github.com/repos/philips-software/embeddedinfralib/stargazers", @@ -2944,8 +2944,8 @@ "network_count": 19, "node_id": "MDEwOlJlcG9zaXRvcnk1NzI2MjkxNQ==", "notifications_url": "https://api.github.com/repos/practicalli/clojure/notifications{?since,all,participating}", - "open_issues": 359, - "open_issues_count": 359, + "open_issues": 361, + "open_issues_count": 361, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/8628530?v=4", "events_url": "https://api.github.com/users/practicalli/events{/privacy}", @@ -3513,8 +3513,8 @@ "downloads_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/downloads", "events_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/events", "fork": false, - "forks": 7, - "forks_count": 7, + "forks": 8, + "forks_count": 8, "forks_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/forks", "full_name": "hardisgroupcom/sfdx-hardis", "git_commits_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/git/commits{/sha}", @@ -3549,11 +3549,11 @@ "milestones_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/milestones{/number}", "mirror_url": null, "name": "sfdx-hardis", - "network_count": 7, + "network_count": 8, "node_id": "MDEwOlJlcG9zaXRvcnkzMzI5MDU3MDI=", "notifications_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/notifications{?since,all,participating}", - "open_issues": 9, - "open_issues_count": 9, + "open_issues": 11, + "open_issues_count": 11, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/22538326?v=4", "events_url": "https://api.github.com/users/hardisgroupcom/events{/privacy}", @@ -3692,8 +3692,8 @@ "network_count": 1, "node_id": "MDEwOlJlcG9zaXRvcnkzOTE3NjkwNDE=", "notifications_url": "https://api.github.com/repos/jr0dd/home-ops/notifications{?since,all,participating}", - "open_issues": 3, - "open_issues_count": 3, + "open_issues": 4, + "open_issues_count": 4, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/285797?v=4", "events_url": "https://api.github.com/users/jr0dd/events{/privacy}", @@ -3716,9 +3716,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}", - "pushed_at": "2022-06-19T06:30:14Z", + "pushed_at": "2022-06-20T22:15:55Z", "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", - "size": 4627, + "size": 4621, "ssh_url": "git@github.com:jr0dd/home-ops.git", "stargazers_count": 24, "stargazers_url": "https://api.github.com/repos/jr0dd/home-ops/stargazers", @@ -3812,8 +3812,8 @@ "network_count": 10, "node_id": "MDEwOlJlcG9zaXRvcnkzNDc3NzIyMzQ=", "notifications_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/notifications{?since,all,participating}", - "open_issues": 1, - "open_issues_count": 1, + "open_issues": 2, + "open_issues_count": 2, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/51765903?v=4", "events_url": "https://api.github.com/users/GrandMoff100/events{/privacy}", @@ -3836,11 +3836,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/pulls{/number}", - "pushed_at": "2022-06-16T19:27:04Z", + "pushed_at": "2022-06-21T02:21:00Z", "releases_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/releases{/id}", - "size": 562, + "size": 614, "ssh_url": "git@github.com:GrandMoff100/HomeAssistantAPI.git", - "stargazers_count": 20, + "stargazers_count": 21, "stargazers_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/stargazers", "statuses_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/statuses/{sha}", "subscribers_count": 2, @@ -3861,14 +3861,14 @@ "rest-api" ], "trees_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/git/trees{/sha}", - "updated_at": "2022-06-14T19:42:22Z", + "updated_at": "2022-06-20T17:28:59Z", "url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI", "visibility": "public", - "watchers": 20, - "watchers_count": 20 + "watchers": 21, + "watchers_count": 21 }, "repo_url": "https://github.com/GrandMoff100/HomeAssistantAPI", - "stargazers": 20 + "stargazers": 21 }, { "info": { @@ -4364,7 +4364,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/GSA/usagov-benefits-eligibility/pulls{/number}", - "pushed_at": "2022-06-17T20:05:33Z", + "pushed_at": "2022-06-20T09:12:21Z", "releases_url": "https://api.github.com/repos/GSA/usagov-benefits-eligibility/releases{/id}", "size": 7858, "ssh_url": "git@github.com:GSA/usagov-benefits-eligibility.git", @@ -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": 2, - "open_issues_count": 2, + "open_issues": 4, + "open_issues_count": 4, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/39906742?v=4", "events_url": "https://api.github.com/users/0dragosh/events{/privacy}", @@ -4469,9 +4469,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/0dragosh/homelab/pulls{/number}", - "pushed_at": "2022-06-19T05:25:44Z", + "pushed_at": "2022-06-21T01:39:31Z", "releases_url": "https://api.github.com/repos/0dragosh/homelab/releases{/id}", - "size": 3187, + "size": 3207, "ssh_url": "git@github.com:0dragosh/homelab.git", "stargazers_count": 14, "stargazers_url": "https://api.github.com/repos/0dragosh/homelab/stargazers", @@ -5183,8 +5183,8 @@ "network_count": 0, "node_id": "R_kgDOGJoJxw", "notifications_url": "https://api.github.com/repos/ScribeMD/rootless-docker/notifications{?since,all,participating}", - "open_issues": 0, - "open_issues_count": 0, + "open_issues": 2, + "open_issues_count": 2, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/78177662?v=4", "events_url": "https://api.github.com/users/ScribeMD/events{/privacy}", @@ -5227,9 +5227,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/ScribeMD/rootless-docker/pulls{/number}", - "pushed_at": "2022-06-17T21:34:13Z", + "pushed_at": "2022-06-20T19:41:02Z", "releases_url": "https://api.github.com/repos/ScribeMD/rootless-docker/releases{/id}", - "size": 71, + "size": 76, "ssh_url": "git@github.com:ScribeMD/rootless-docker.git", "stargazers_count": 9, "stargazers_url": "https://api.github.com/repos/ScribeMD/rootless-docker/stargazers", @@ -5243,6 +5243,7 @@ "temp_clone_token": null, "topics": [ "composite-action", + "dependabot", "docker", "github-actions", "github-actions-docker", @@ -5255,7 +5256,7 @@ "yaml" ], "trees_url": "https://api.github.com/repos/ScribeMD/rootless-docker/git/trees{/sha}", - "updated_at": "2022-06-08T14:50:00Z", + "updated_at": "2022-06-19T20:28:23Z", "url": "https://api.github.com/repos/ScribeMD/rootless-docker", "visibility": "public", "watchers": 9, @@ -5364,9 +5365,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/Amplitude-Developer-Docs/amplitude-dev-center/pulls{/number}", - "pushed_at": "2022-06-18T03:37:48Z", + "pushed_at": "2022-06-19T08:09:10Z", "releases_url": "https://api.github.com/repos/Amplitude-Developer-Docs/amplitude-dev-center/releases{/id}", - "size": 10465, + "size": 10469, "ssh_url": "git@github.com:Amplitude-Developer-Docs/amplitude-dev-center.git", "stargazers_count": 9, "stargazers_url": "https://api.github.com/repos/Amplitude-Developer-Docs/amplitude-dev-center/stargazers", @@ -5451,8 +5452,8 @@ "network_count": 0, "node_id": "R_kgDOGJnRzQ", "notifications_url": "https://api.github.com/repos/ScribeMD/slack-templates/notifications{?since,all,participating}", - "open_issues": 1, - "open_issues_count": 1, + "open_issues": 4, + "open_issues_count": 4, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/78177662?v=4", "events_url": "https://api.github.com/users/ScribeMD/events{/privacy}", @@ -5495,9 +5496,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/ScribeMD/slack-templates/pulls{/number}", - "pushed_at": "2022-06-17T23:16:24Z", + "pushed_at": "2022-06-21T00:05:43Z", "releases_url": "https://api.github.com/repos/ScribeMD/slack-templates/releases{/id}", - "size": 177, + "size": 210, "ssh_url": "git@github.com:ScribeMD/slack-templates.git", "stargazers_count": 8, "stargazers_url": "https://api.github.com/repos/ScribeMD/slack-templates/stargazers", @@ -5514,6 +5515,7 @@ "chat", "chatbot", "composite-action", + "dependabot", "github-actions", "github-graphql", "github-graphql-api", @@ -5526,7 +5528,7 @@ "slack-bot" ], "trees_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/trees{/sha}", - "updated_at": "2022-05-27T21:52:48Z", + "updated_at": "2022-06-19T20:29:41Z", "url": "https://api.github.com/repos/ScribeMD/slack-templates", "visibility": "public", "watchers": 8, @@ -5597,8 +5599,8 @@ "network_count": 148, "node_id": "MDEwOlJlcG9zaXRvcnkzODU5NTg0MTY=", "notifications_url": "https://api.github.com/repos/AliceO2Group/O2Physics/notifications{?since,all,participating}", - "open_issues": 9, - "open_issues_count": 9, + "open_issues": 10, + "open_issues_count": 10, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/9053140?v=4", "events_url": "https://api.github.com/users/AliceO2Group/events{/privacy}", @@ -5641,9 +5643,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/AliceO2Group/O2Physics/pulls{/number}", - "pushed_at": "2022-06-19T07:23:49Z", + "pushed_at": "2022-06-21T02:09:26Z", "releases_url": "https://api.github.com/repos/AliceO2Group/O2Physics/releases{/id}", - "size": 6933, + "size": 6926, "ssh_url": "git@github.com:AliceO2Group/O2Physics.git", "stargazers_count": 7, "stargazers_url": "https://api.github.com/repos/AliceO2Group/O2Physics/stargazers", @@ -5766,9 +5768,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/GSA/site-scanning-engine/pulls{/number}", - "pushed_at": "2022-06-17T20:16:47Z", + "pushed_at": "2022-06-20T16:58:04Z", "releases_url": "https://api.github.com/repos/GSA/site-scanning-engine/releases{/id}", - "size": 8042, + "size": 8043, "ssh_url": "git@github.com:GSA/site-scanning-engine.git", "stargazers_count": 7, "stargazers_url": "https://api.github.com/repos/GSA/site-scanning-engine/stargazers", @@ -6398,7 +6400,7 @@ "releases_url": "https://api.github.com/repos/QuantumPL/bib/releases{/id}", "size": 10448, "ssh_url": "git@github.com:QuantumPL/bib.git", - "stargazers_count": 6, + "stargazers_count": 7, "stargazers_url": "https://api.github.com/repos/QuantumPL/bib/stargazers", "statuses_url": "https://api.github.com/repos/QuantumPL/bib/statuses/{sha}", "subscribers_count": 1, @@ -6416,14 +6418,14 @@ "verification" ], "trees_url": "https://api.github.com/repos/QuantumPL/bib/git/trees{/sha}", - "updated_at": "2022-01-31T20:22:55Z", + "updated_at": "2022-06-19T23:41:46Z", "url": "https://api.github.com/repos/QuantumPL/bib", "visibility": "public", - "watchers": 6, - "watchers_count": 6 + "watchers": 7, + "watchers_count": 7 }, "repo_url": "https://github.com/QuantumPL/bib", - "stargazers": 6 + "stargazers": 7 }, { "info": { @@ -6636,9 +6638,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/ADFC-Hamburg/adfc-ansible/pulls{/number}", - "pushed_at": "2022-06-11T12:26:04Z", + "pushed_at": "2022-06-20T17:05:04Z", "releases_url": "https://api.github.com/repos/ADFC-Hamburg/adfc-ansible/releases{/id}", - "size": 10669, + "size": 10672, "ssh_url": "git@github.com:ADFC-Hamburg/adfc-ansible.git", "stargazers_count": 6, "stargazers_url": "https://api.github.com/repos/ADFC-Hamburg/adfc-ansible/stargazers", diff --git a/CHANGELOG.md b/CHANGELOG.md index b0de445a7cc..19cc085b3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,10 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l - [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 + - [phpstan](https://phpstan.org/) from 1.7.14 to **1.7.15** on 2022-06-21 + - [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.8.2 to **7.8.3** on 2022-06-21 + - [sql-lint](https://github.com/joereynolds/sql-lint) from 0.0.20 to **1.0.0** on 2022-06-21 + - [checkov](https://www.checkov.io/) from 2.0.1219 to **2.0.1223** on 2022-06-21 ## [v5.14.0] - 2022-06-12 diff --git a/docs/all_linters.md b/docs/all_linters.md index ad4004daf7d..7eba5c1b223 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.1219 | [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.1223 | [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} | @@ -53,7 +53,7 @@ | [**php**](https://github.com/php/php-src){target=_blank} | 7.4.26 | [Other](licenses/php.md) | [PHP](descriptors/php_php.md) | | [Repository](https://github.com/php/php-src){target=_blank} | | [**phpcs**](https://github.com/squizlabs/PHP_CodeSniffer){target=_blank} | 3.7.1 | | [PHP](descriptors/php_phpcs.md) | :white_circle: | [Web Site](https://github.com/squizlabs/PHP_CodeSniffer){target=_blank} | | [**phplint**](https://github.com/overtrue/phplint){target=_blank} | 3.0 | | [PHP](descriptors/php_phplint.md) | :white_circle: | [Web Site](https://github.com/overtrue/phplint){target=_blank} | -| [**phpstan**](https://github.com/phpstan/phpstan){target=_blank} | 1.7.14 | [MIT](licenses/phpstan.md) | [PHP](descriptors/php_phpstan.md) | :white_circle: | [Repository](https://github.com/phpstan/phpstan){target=_blank} | +| [**phpstan**](https://github.com/phpstan/phpstan){target=_blank} | 1.7.15 | [MIT](licenses/phpstan.md) | [PHP](descriptors/php_phpstan.md) | :white_circle: | [Repository](https://github.com/phpstan/phpstan){target=_blank} | | [**powershell**](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | 7.2.4 | | [POWERSHELL](descriptors/powershell_powershell.md) | :white_circle: | [Web Site](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | | [**prettier**](https://github.com/prettier/prettier){target=_blank} | 2.7.1 | [MIT](licenses/prettier.md) | [JAVASCRIPT](descriptors/javascript_prettier.md)
[JSON](descriptors/json_prettier.md)
[TYPESCRIPT](descriptors/typescript_prettier.md)
[YAML](descriptors/yaml_prettier.md) | :white_circle: | [Repository](https://github.com/prettier/prettier){target=_blank} | | [**protolint**](https://github.com/yoheimuta/protolint){target=_blank} | 0.38.1 | | [PROTOBUF](descriptors/protobuf_protolint.md) | :white_circle: | [Web Site](https://github.com/yoheimuta/protolint){target=_blank} | @@ -76,9 +76,9 @@ | [**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.6.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.1 | | [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.8.2 | [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.8.3 | [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.20 | | [SQL](descriptors/sql_sql_lint.md) | :white_circle: | [Web Site](https://github.com/joereynolds/sql-lint){target=_blank} | +| [**sql-lint**](https://github.com/joereynolds/sql-lint){target=_blank} | 1.0.0 | | [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} | 1.0.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)
[TYPESCRIPT](descriptors/typescript_standard.md) | :white_circle: | [Repository](https://github.com/standard/standard){target=_blank} | | [**stylelint**](https://github.com/stylelint/stylelint){target=_blank} | 14.9.1 | [MIT](licenses/stylelint.md) | [CSS](descriptors/css_stylelint.md) | :heart: | [MegaLinter reference](https://stylelint.io/user-guide/integrations/other#analysis-platform-engines){target=_blank} | diff --git a/docs/descriptors/php_phpstan.md b/docs/descriptors/php_phpstan.md index 3c7cfcb851e..2581f9aa711 100644 --- a/docs/descriptors/php_phpstan.md +++ b/docs/descriptors/php_phpstan.md @@ -4,7 +4,7 @@ ## phpstan documentation -- Version in MegaLinter: **1.7.14** +- Version in MegaLinter: **1.7.15** - Visit [Official Web Site](https://phpstan.org/){target=_blank} - See [How to configure phpstan rules](https://phpstan.org/config-reference#neon-format){target=_blank} - If custom `phpstan.neon.dist` config file is not found, [phpstan.neon.dist](https://github.com/megalinter/megalinter/tree/main/TEMPLATES/phpstan.neon.dist){target=_blank} will be used diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md index 4ab287c40c3..c793adc0182 100644 --- a/docs/descriptors/python_black.md +++ b/docs/descriptors/python_black.md @@ -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 (capture, time, prun, pypy, python3, - timeit, python). Useful for formatting cells - with custom python magics. + magics (python3, prun, timeit, time, pypy, + python, capture). Useful for formatting + cells with custom python magics. -S, --skip-string-normalization Don't normalize string quotes or prefixes. -C, --skip-magic-trailing-comma diff --git a/docs/descriptors/python_flake8.md b/docs/descriptors/python_flake8.md index 5010f1800c7..0a338b23542 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: ['E704', 'E126', 'E24', 'W503', 'E226', - 'W504', 'E121', 'E123']) + (Default: ['E704', 'E24', 'E226', 'W503', 'E123', + 'W504', 'E121', 'E126']) --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/snakemake_snakemake.md b/docs/descriptors/snakemake_snakemake.md index ba5a7f09c06..edd85946849 100644 --- a/docs/descriptors/snakemake_snakemake.md +++ b/docs/descriptors/snakemake_snakemake.md @@ -9,7 +9,7 @@ ## snakemake documentation -- Version in MegaLinter: **7.8.2** +- Version in MegaLinter: **7.8.3** - Visit [Official Web Site](https://snakemake.readthedocs.io/en/stable/){target=_blank} [![snakemake - GitHub](https://gh-card.dev/repos/snakemake/snakemake.svg?fullname=)](https://github.com/snakemake/snakemake){target=_blank} diff --git a/docs/descriptors/sql_sql_lint.md b/docs/descriptors/sql_sql_lint.md index 31718a78d23..65fa7ac9f37 100644 --- a/docs/descriptors/sql_sql_lint.md +++ b/docs/descriptors/sql_sql_lint.md @@ -4,7 +4,7 @@ ## sql-lint documentation -- Version in MegaLinter: **0.0.20** +- Version in MegaLinter: **1.0.0** - Visit [Official Web Site](https://github.com/joereynolds/sql-lint#readme){target=_blank} - See [How to configure sql-lint rules](https://sql-lint.readthedocs.io/en/latest/files/configuration.html){target=_blank} - If custom `.sql-config.json` config file is not found, [.sql-config.json](https://github.com/megalinter/megalinter/tree/main/TEMPLATES/.sql-config.json){target=_blank} will be used @@ -90,21 +90,24 @@ sql-lint --config .sql-config.json myfile.sql ```shell Usage: sql-lint [options] +Lint sql files and stdin for errors, oddities, and bad practices. + Options: - -V, --version output the version number - --fix [string] The .sql string to fix - -d, --driver The driver to use, must be one of ['mysql', - 'postgres'] - -v, --verbose Brings back information on the what it's linting and - the tokens generated - --format The format of the output, can be one of ['simple', - 'json'] (default: "simple") - --host The host for the connection - --user The user for the connection - --password The password for the connection - --port The port for the connection - --config The path to the configuration file - -h, --help display help for command + -V, --version output the version number + --fix [string] The .sql string to fix (experimental and alpha) + -d, --driver The driver to use, must be one of ['mysql', + 'postgres'] + -v, --verbose Brings back information on the what it's linting + and the tokens generated + --format The format of the output, can be one of + ['simple', 'json'] (default: "simple") + --host The host for the database connection + --user The user for the database connection + --password The password for the database connection + --port The port for the database connection + --config The path to the configuration file + --ignore-errors The errors to ignore (comma separated) + -h, --help display help for command ``` ### Installation on mega-linter Docker image diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index 5f170587baa..06635a68045 100644 --- a/docs/descriptors/terraform_checkov.md +++ b/docs/descriptors/terraform_checkov.md @@ -9,7 +9,7 @@ ## checkov documentation -- Version in MegaLinter: **2.0.1219** +- Version in MegaLinter: **2.0.1223** - 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}