diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index f9199f30920..93cff7ec2de 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -817,8 +817,8 @@ 2497857 ], [ - "2022-05-24T02:20:06", - 2498771 + "2022-05-24T11:16:46", + 2498974 ] ], "ci_light": [ @@ -1639,8 +1639,8 @@ 10447 ], [ - "2022-05-24T02:20:06", - 10563 + "2022-05-24T11:16:46", + 10616 ] ], "dart": [ @@ -2461,8 +2461,8 @@ 2823 ], [ - "2022-05-24T02:20:06", - 2829 + "2022-05-24T11:16:46", + 2832 ] ], "documentation": [ @@ -3283,8 +3283,8 @@ 54660 ], [ - "2022-05-24T02:20:06", - 54964 + "2022-05-24T11:16:46", + 55034 ] ], "dotnet": [ @@ -4105,8 +4105,8 @@ 298005 ], [ - "2022-05-24T02:20:06", - 298144 + "2022-05-24T11:16:46", + 298188 ] ], "go": [ @@ -4927,8 +4927,8 @@ 11054 ], [ - "2022-05-24T02:20:06", - 11126 + "2022-05-24T11:16:46", + 11146 ] ], "java": [ @@ -5749,8 +5749,8 @@ 74995 ], [ - "2022-05-24T02:20:06", - 75157 + "2022-05-24T11:16:46", + 75198 ] ], "javascript": [ @@ -6571,8 +6571,8 @@ 117271 ], [ - "2022-05-24T02:20:06", - 117709 + "2022-05-24T11:16:46", + 117819 ] ], "php": [ @@ -7393,7 +7393,7 @@ 8290 ], [ - "2022-05-24T02:20:06", + "2022-05-24T11:16:46", 8324 ] ], @@ -8215,8 +8215,8 @@ 76169 ], [ - "2022-05-24T02:20:06", - 76517 + "2022-05-24T11:16:46", + 76570 ] ], "ruby": [ @@ -9033,8 +9033,8 @@ 2264 ], [ - "2022-05-24T02:20:06", - 2274 + "2022-05-24T11:16:46", + 2280 ] ], "rust": [ @@ -9851,8 +9851,8 @@ 3245 ], [ - "2022-05-24T02:20:06", - 3248 + "2022-05-24T11:16:46", + 3252 ] ], "salesforce": [ @@ -10673,8 +10673,8 @@ 12038 ], [ - "2022-05-24T02:20:06", - 12041 + "2022-05-24T11:16:46", + 12042 ] ], "scala": [ @@ -11491,7 +11491,7 @@ 1469 ], [ - "2022-05-24T02:20:06", + "2022-05-24T11:16:46", 1469 ] ], @@ -12309,7 +12309,7 @@ 1522 ], [ - "2022-05-24T02:20:06", + "2022-05-24T11:16:46", 1523 ] ], @@ -13131,8 +13131,8 @@ 64963 ], [ - "2022-05-24T02:20:06", - 65532 + "2022-05-24T11:16:46", + 65665 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 0cab7291b0b..7147bcf97cc 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 (pypy, capture, time, python, prun,", - " timeit, python3). Useful for formatting", - " cells with custom python magics.", + " magics (pypy, python, python3, prun, timeit,", + " time, 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", @@ -1539,8 +1539,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: ['E121', 'W504', 'E126', 'E123', 'E704',", - " 'E226', 'W503', 'E24'])", + " (Default: ['E121', 'E123', 'E24', 'E126', 'W503',", + " 'W504', 'E226', 'E704'])", " --extend-ignore errors", " Comma-separated list of errors and warnings to add to", " the list of ignored ones. For example, ``--extend-", @@ -6008,8 +6008,10 @@ " [--preemptible-rules PREEMPTIBLE_RULES [PREEMPTIBLE_RULES ...]]", " [--config [KEY=VALUE ...]] [--configfile FILE [FILE ...]]", " [--envvars VARNAME [VARNAME ...]] [--directory DIR] [--touch]", - " [--keep-going] [--force] [--forceall]", - " [--forcerun [TARGET ...]] [--prioritize TARGET [TARGET ...]]", + " [--keep-going]", + " [--rerun-triggers {mtime,params,input,software-env,code} [{mtime,params,input,software-env,code} ...]]", + " [--force] [--forceall] [--forcerun [TARGET ...]]", + " [--prioritize TARGET [TARGET ...]]", " [--batch RULE=BATCH/BATCHES] [--until TARGET [TARGET ...]]", " [--omit-from TARGET [TARGET ...]] [--rerun-incomplete]", " [--shadow-prefix DIR] [--scheduler [{ilp,greedy}]]", @@ -6257,6 +6259,14 @@ " should be used only as a last resort. (default: False)", " --keep-going, -k Go on with independent jobs if a job fails. (default:", " False)", + " --rerun-triggers {mtime,params,input,software-env,code} [{mtime,params,input,software-env,code} ...]", + " Define what triggers the rerunning of a job. By", + " default, all triggers are used, which guarantees that", + " results are consistent with the workflow code and", + " configuration. If you rather prefer the traditional", + " way of just considering file modification dates, use '", + " --rerun-trigger mtime'. (default: ['mtime', 'params',", + " 'input', 'software-env', 'code'])", " --force, -f Force the execution of the selected target or the", " first rule regardless of already created output.", " (default: False)", @@ -6527,8 +6537,8 @@ " --version, -v show program's version number and exit", "", "OUTPUT:", - " --reason, -r Print the reason for each executed rule. (default:", - " False)", + " --reason, -r Print the reason for each executed rule (deprecated,", + " always true now). (default: False)", " --gui [PORT] Serve an HTML based user interface to the given", " network and port e.g. 168.129.10.15:8000. By default", " Snakemake is only available in the local network", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index 94239f90512..12d0719a5bf 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.60.1", - "checkov": "2.0.1158", + "checkov": "2.0.1159", "checkstyle": "10.2", "chktex": "1.7.6", "clippy": "0.1.61", @@ -47,7 +47,7 @@ "php": "7.4.26", "phpcs": "3.6.2", "phplint": "3.0", - "phpstan": "1.7.0", + "phpstan": "1.7.1", "powershell": "7.2.4", "prettier": "2.6.2", "protolint": "0.38.1", @@ -71,7 +71,7 @@ "shellcheck": "0.8.0", "shfmt": "3.6.0", "snakefmt": "0.6.0", - "snakemake": "7.7.0", + "snakemake": "7.8.0", "spectral": "5.6.0", "sql-lint": "0.0.19", "sqlfluff": "0.13.2", @@ -79,7 +79,7 @@ "stylelint": "14.8.3", "swiftlint": "0.46.5", "tekton-lint": "0.6.0", - "terraform-fmt": "1.2.0", + "terraform-fmt": "1.2.1", "terragrunt": "0.37.1", "terrascan": "1.14.0", "tflint": "0.35.0", diff --git a/.automation/generated/megalinter-users.json b/.automation/generated/megalinter-users.json index 0655fc3ba85..f4907f390d0 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": 645, - "forks_count": 645, + "forks": 646, + "forks_count": 646, "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": 645, + "network_count": 646, "node_id": "MDEwOlJlcG9zaXRvcnkxNjM4ODMyNzk=", "notifications_url": "https://api.github.com/repos/nektos/act/notifications{?since,all,participating}", - "open_issues": 76, - "open_issues_count": 76, + "open_issues": 77, + "open_issues_count": 77, "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-05-23T20:27:13Z", + "pushed_at": "2022-05-24T08:54:28Z", "releases_url": "https://api.github.com/repos/nektos/act/releases{/id}", - "size": 6008, + "size": 6043, "ssh_url": "git@github.com:nektos/act.git", - "stargazers_count": 24451, + "stargazers_count": 24465, "stargazers_url": "https://api.github.com/repos/nektos/act/stargazers", "statuses_url": "https://api.github.com/repos/nektos/act/statuses/{sha}", - "subscribers_count": 110, + "subscribers_count": 109, "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-05-24T01:18:03Z", + "updated_at": "2022-05-24T09:57:03Z", "url": "https://api.github.com/repos/nektos/act", "visibility": "public", - "watchers": 24451, - "watchers_count": 24451 + "watchers": 24465, + "watchers_count": 24465 }, "repo_url": "https://github.com/nektos/act", - "stargazers": 24451 + "stargazers": 24465 }, { "info": { @@ -431,8 +431,8 @@ "network_count": 93, "node_id": "MDEwOlJlcG9zaXRvcnkzMDQ4MzAyMjY=", "notifications_url": "https://api.github.com/repos/megalinter/megalinter/notifications{?since,all,participating}", - "open_issues": 35, - "open_issues_count": 35, + "open_issues": 34, + "open_issues_count": 34, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/76904213?v=4", "events_url": "https://api.github.com/users/megalinter/events{/privacy}", @@ -475,9 +475,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/megalinter/megalinter/pulls{/number}", - "pushed_at": "2022-05-22T10:38:43Z", + "pushed_at": "2022-05-24T10:44:00Z", "releases_url": "https://api.github.com/repos/megalinter/megalinter/releases{/id}", - "size": 135370, + "size": 135376, "ssh_url": "git@github.com:megalinter/megalinter.git", "stargazers_count": 641, "stargazers_url": "https://api.github.com/repos/megalinter/megalinter/stargazers", @@ -732,9 +732,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/onedr0p/home-ops/pulls{/number}", - "pushed_at": "2022-05-24T01:33:05Z", + "pushed_at": "2022-05-24T10:19:08Z", "releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}", - "size": 23781, + "size": 23785, "ssh_url": "git@github.com:onedr0p/home-ops.git", "stargazers_count": 528, "stargazers_url": "https://api.github.com/repos/onedr0p/home-ops/stargazers", @@ -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": 910, - "forks_count": 910, + "forks": 911, + "forks_count": 911, "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": 910, + "network_count": 911, "node_id": "R_kgDOGNiHEA", "notifications_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/notifications{?since,all,participating}", - "open_issues": 11, - "open_issues_count": 11, + "open_issues": 10, + "open_issues_count": 10, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/49186168?v=4", "events_url": "https://api.github.com/users/KelvinTegelaar/events{/privacy}", @@ -1239,9 +1239,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/pulls{/number}", - "pushed_at": "2022-05-23T20:21:07Z", + "pushed_at": "2022-05-24T10:13:22Z", "releases_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/releases{/id}", - "size": 47463, + "size": 47483, "ssh_url": "git@github.com:KelvinTegelaar/CIPP.git", "stargazers_count": 341, "stargazers_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/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-05-24T00:26:16Z", + "pushed_at": "2022-05-24T04:48:27Z", "releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}", - "size": 29924, + "size": 29925, "ssh_url": "git@github.com:bjw-s/home-ops.git", "stargazers_count": 137, "stargazers_url": "https://api.github.com/repos/bjw-s/home-ops/stargazers", @@ -2502,9 +2502,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/philips-software/embeddedinfralib/pulls{/number}", - "pushed_at": "2022-05-23T14:36:53Z", + "pushed_at": "2022-05-24T07:59:01Z", "releases_url": "https://api.github.com/repos/philips-software/embeddedinfralib/releases{/id}", - "size": 39342, + "size": 39344, "ssh_url": "git@github.com:philips-software/embeddedinfralib.git", "stargazers_count": 52, "stargazers_url": "https://api.github.com/repos/philips-software/embeddedinfralib/stargazers", @@ -3692,8 +3692,8 @@ "network_count": 2, "node_id": "MDEwOlJlcG9zaXRvcnkzOTE3NjkwNDE=", "notifications_url": "https://api.github.com/repos/jr0dd/home-ops/notifications{?since,all,participating}", - "open_issues": 12, - "open_issues_count": 12, + "open_issues": 3, + "open_issues_count": 3, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/285797?v=4", "events_url": "https://api.github.com/users/jr0dd/events{/privacy}", @@ -3716,11 +3716,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}", - "pushed_at": "2022-05-24T01:25:22Z", + "pushed_at": "2022-05-24T03:30:13Z", "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", - "size": 4321, + "size": 4335, "ssh_url": "git@github.com:jr0dd/home-ops.git", - "stargazers_count": 23, + "stargazers_count": 24, "stargazers_url": "https://api.github.com/repos/jr0dd/home-ops/stargazers", "statuses_url": "https://api.github.com/repos/jr0dd/home-ops/statuses/{sha}", "subscribers_count": 2, @@ -3741,14 +3741,14 @@ "ubuntu" ], "trees_url": "https://api.github.com/repos/jr0dd/home-ops/git/trees{/sha}", - "updated_at": "2022-05-19T14:02:05Z", + "updated_at": "2022-05-24T04:52:38Z", "url": "https://api.github.com/repos/jr0dd/home-ops", "visibility": "public", - "watchers": 23, - "watchers_count": 23 + "watchers": 24, + "watchers_count": 24 }, "repo_url": "https://github.com/jr0dd/home-ops", - "stargazers": 23 + "stargazers": 24 }, { "info": { @@ -3830,9 +3830,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/rwaltr/infra/pulls{/number}", - "pushed_at": "2022-05-23T18:19:54Z", + "pushed_at": "2022-05-24T03:22:21Z", "releases_url": "https://api.github.com/repos/rwaltr/infra/releases{/id}", - "size": 1513, + "size": 1514, "ssh_url": "git@github.com:rwaltr/infra.git", "stargazers_count": 18, "stargazers_url": "https://api.github.com/repos/rwaltr/infra/stargazers", @@ -3926,8 +3926,8 @@ "network_count": 9, "node_id": "MDEwOlJlcG9zaXRvcnkzNDc3NzIyMzQ=", "notifications_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/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/51765903?v=4", "events_url": "https://api.github.com/users/GrandMoff100/events{/privacy}", @@ -3950,7 +3950,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/pulls{/number}", - "pushed_at": "2022-04-07T16:11:14Z", + "pushed_at": "2022-05-24T11:09:15Z", "releases_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/releases{/id}", "size": 1135, "ssh_url": "git@github.com:GrandMoff100/HomeAssistantAPI.git", @@ -4435,8 +4435,8 @@ "network_count": 0, "node_id": "MDEwOlJlcG9zaXRvcnkzODI4NjMyOTE=", "notifications_url": "https://api.github.com/repos/0dragosh/homelab-k3s/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}", @@ -4459,7 +4459,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/0dragosh/homelab-k3s/pulls{/number}", - "pushed_at": "2022-05-23T22:07:59Z", + "pushed_at": "2022-05-24T05:55:58Z", "releases_url": "https://api.github.com/repos/0dragosh/homelab-k3s/releases{/id}", "size": 2799, "ssh_url": "git@github.com:0dragosh/homelab-k3s.git", @@ -4676,8 +4676,8 @@ "network_count": 5, "node_id": "MDEwOlJlcG9zaXRvcnkxNjE4MzI3MjE=", "notifications_url": "https://api.github.com/repos/jokay/docker-ccu-historian/notifications{?since,all,participating}", - "open_issues": 2, - "open_issues_count": 2, + "open_issues": 1, + "open_issues_count": 1, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/18613935?v=4", "events_url": "https://api.github.com/users/jokay/events{/privacy}", @@ -4700,7 +4700,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jokay/docker-ccu-historian/pulls{/number}", - "pushed_at": "2022-05-23T20:24:55Z", + "pushed_at": "2022-05-24T09:12:29Z", "releases_url": "https://api.github.com/repos/jokay/docker-ccu-historian/releases{/id}", "size": 216, "ssh_url": "git@github.com:jokay/docker-ccu-historian.git", @@ -5640,6 +5640,152 @@ "repo_url": "https://github.com/nvuillam/njre", "stargazers": 7 }, + { + "info": { + "allow_forking": true, + "archive_url": "https://api.github.com/repos/ScribeMD/slack-templates/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/ScribeMD/slack-templates/assignees{/user}", + "blobs_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/ScribeMD/slack-templates/branches{/branch}", + "clone_url": "https://github.com/ScribeMD/slack-templates.git", + "collaborators_url": "https://api.github.com/repos/ScribeMD/slack-templates/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/ScribeMD/slack-templates/comments{/number}", + "commits_url": "https://api.github.com/repos/ScribeMD/slack-templates/commits{/sha}", + "compare_url": "https://api.github.com/repos/ScribeMD/slack-templates/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/ScribeMD/slack-templates/contents/{+path}", + "contributors_url": "https://api.github.com/repos/ScribeMD/slack-templates/contributors", + "created_at": "2021-10-02T08:14:34Z", + "default_branch": "main", + "deployments_url": "https://api.github.com/repos/ScribeMD/slack-templates/deployments", + "description": "Send Informative, Concise Slack Notifications With Minimal Effort", + "disabled": false, + "downloads_url": "https://api.github.com/repos/ScribeMD/slack-templates/downloads", + "events_url": "https://api.github.com/repos/ScribeMD/slack-templates/events", + "fork": false, + "forks": 0, + "forks_count": 0, + "forks_url": "https://api.github.com/repos/ScribeMD/slack-templates/forks", + "full_name": "ScribeMD/slack-templates", + "git_commits_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/tags{/sha}", + "git_url": "git://github.com/ScribeMD/slack-templates.git", + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": false, + "has_wiki": false, + "homepage": "", + "hooks_url": "https://api.github.com/repos/ScribeMD/slack-templates/hooks", + "html_url": "https://github.com/ScribeMD/slack-templates", + "id": 412733901, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/ScribeMD/slack-templates/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/ScribeMD/slack-templates/issues/events{/number}", + "issues_url": "https://api.github.com/repos/ScribeMD/slack-templates/issues{/number}", + "keys_url": "https://api.github.com/repos/ScribeMD/slack-templates/keys{/key_id}", + "labels_url": "https://api.github.com/repos/ScribeMD/slack-templates/labels{/name}", + "language": "Python", + "languages_url": "https://api.github.com/repos/ScribeMD/slack-templates/languages", + "license": { + "key": "mit", + "name": "MIT License", + "node_id": "MDc6TGljZW5zZTEz", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit" + }, + "merges_url": "https://api.github.com/repos/ScribeMD/slack-templates/merges", + "milestones_url": "https://api.github.com/repos/ScribeMD/slack-templates/milestones{/number}", + "mirror_url": null, + "name": "slack-templates", + "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, + "organization": { + "avatar_url": "https://avatars.githubusercontent.com/u/78177662?v=4", + "events_url": "https://api.github.com/users/ScribeMD/events{/privacy}", + "followers_url": "https://api.github.com/users/ScribeMD/followers", + "following_url": "https://api.github.com/users/ScribeMD/following{/other_user}", + "gists_url": "https://api.github.com/users/ScribeMD/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/ScribeMD", + "id": 78177662, + "login": "ScribeMD", + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4MTc3NjYy", + "organizations_url": "https://api.github.com/users/ScribeMD/orgs", + "received_events_url": "https://api.github.com/users/ScribeMD/received_events", + "repos_url": "https://api.github.com/users/ScribeMD/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/ScribeMD/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ScribeMD/subscriptions", + "type": "Organization", + "url": "https://api.github.com/users/ScribeMD" + }, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/78177662?v=4", + "events_url": "https://api.github.com/users/ScribeMD/events{/privacy}", + "followers_url": "https://api.github.com/users/ScribeMD/followers", + "following_url": "https://api.github.com/users/ScribeMD/following{/other_user}", + "gists_url": "https://api.github.com/users/ScribeMD/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/ScribeMD", + "id": 78177662, + "login": "ScribeMD", + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4MTc3NjYy", + "organizations_url": "https://api.github.com/users/ScribeMD/orgs", + "received_events_url": "https://api.github.com/users/ScribeMD/received_events", + "repos_url": "https://api.github.com/users/ScribeMD/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/ScribeMD/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ScribeMD/subscriptions", + "type": "Organization", + "url": "https://api.github.com/users/ScribeMD" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/ScribeMD/slack-templates/pulls{/number}", + "pushed_at": "2022-05-23T20:10:35Z", + "releases_url": "https://api.github.com/repos/ScribeMD/slack-templates/releases{/id}", + "size": 135, + "ssh_url": "git@github.com:ScribeMD/slack-templates.git", + "stargazers_count": 7, + "stargazers_url": "https://api.github.com/repos/ScribeMD/slack-templates/stargazers", + "statuses_url": "https://api.github.com/repos/ScribeMD/slack-templates/statuses/{sha}", + "subscribers_count": 1, + "subscribers_url": "https://api.github.com/repos/ScribeMD/slack-templates/subscribers", + "subscription_url": "https://api.github.com/repos/ScribeMD/slack-templates/subscription", + "svn_url": "https://github.com/ScribeMD/slack-templates", + "tags_url": "https://api.github.com/repos/ScribeMD/slack-templates/tags", + "teams_url": "https://api.github.com/repos/ScribeMD/slack-templates/teams", + "temp_clone_token": null, + "topics": [ + "alerts", + "chat", + "chatbot", + "composite-action", + "github-actions", + "github-graphql", + "github-graphql-api", + "github-graphql-apiv4", + "graphql", + "notifications", + "python", + "python3", + "slack", + "slack-bot" + ], + "trees_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/trees{/sha}", + "updated_at": "2022-05-24T06:59:27Z", + "url": "https://api.github.com/repos/ScribeMD/slack-templates", + "visibility": "public", + "watchers": 7, + "watchers_count": 7 + }, + "repo_url": "https://github.com/ScribeMD/slack-templates", + "stargazers": 7 + }, { "info": { "allow_forking": true, @@ -6013,152 +6159,6 @@ "repo_url": "https://github.com/ADFC-Hamburg/adfc-ansible", "stargazers": 6 }, - { - "info": { - "allow_forking": true, - "archive_url": "https://api.github.com/repos/ScribeMD/slack-templates/{archive_format}{/ref}", - "archived": false, - "assignees_url": "https://api.github.com/repos/ScribeMD/slack-templates/assignees{/user}", - "blobs_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/ScribeMD/slack-templates/branches{/branch}", - "clone_url": "https://github.com/ScribeMD/slack-templates.git", - "collaborators_url": "https://api.github.com/repos/ScribeMD/slack-templates/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/ScribeMD/slack-templates/comments{/number}", - "commits_url": "https://api.github.com/repos/ScribeMD/slack-templates/commits{/sha}", - "compare_url": "https://api.github.com/repos/ScribeMD/slack-templates/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/ScribeMD/slack-templates/contents/{+path}", - "contributors_url": "https://api.github.com/repos/ScribeMD/slack-templates/contributors", - "created_at": "2021-10-02T08:14:34Z", - "default_branch": "main", - "deployments_url": "https://api.github.com/repos/ScribeMD/slack-templates/deployments", - "description": "Send Informative, Concise Slack Notifications With Minimal Effort", - "disabled": false, - "downloads_url": "https://api.github.com/repos/ScribeMD/slack-templates/downloads", - "events_url": "https://api.github.com/repos/ScribeMD/slack-templates/events", - "fork": false, - "forks": 0, - "forks_count": 0, - "forks_url": "https://api.github.com/repos/ScribeMD/slack-templates/forks", - "full_name": "ScribeMD/slack-templates", - "git_commits_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/tags{/sha}", - "git_url": "git://github.com/ScribeMD/slack-templates.git", - "has_downloads": true, - "has_issues": true, - "has_pages": false, - "has_projects": false, - "has_wiki": false, - "homepage": "", - "hooks_url": "https://api.github.com/repos/ScribeMD/slack-templates/hooks", - "html_url": "https://github.com/ScribeMD/slack-templates", - "id": 412733901, - "is_template": false, - "issue_comment_url": "https://api.github.com/repos/ScribeMD/slack-templates/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/ScribeMD/slack-templates/issues/events{/number}", - "issues_url": "https://api.github.com/repos/ScribeMD/slack-templates/issues{/number}", - "keys_url": "https://api.github.com/repos/ScribeMD/slack-templates/keys{/key_id}", - "labels_url": "https://api.github.com/repos/ScribeMD/slack-templates/labels{/name}", - "language": "Python", - "languages_url": "https://api.github.com/repos/ScribeMD/slack-templates/languages", - "license": { - "key": "mit", - "name": "MIT License", - "node_id": "MDc6TGljZW5zZTEz", - "spdx_id": "MIT", - "url": "https://api.github.com/licenses/mit" - }, - "merges_url": "https://api.github.com/repos/ScribeMD/slack-templates/merges", - "milestones_url": "https://api.github.com/repos/ScribeMD/slack-templates/milestones{/number}", - "mirror_url": null, - "name": "slack-templates", - "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, - "organization": { - "avatar_url": "https://avatars.githubusercontent.com/u/78177662?v=4", - "events_url": "https://api.github.com/users/ScribeMD/events{/privacy}", - "followers_url": "https://api.github.com/users/ScribeMD/followers", - "following_url": "https://api.github.com/users/ScribeMD/following{/other_user}", - "gists_url": "https://api.github.com/users/ScribeMD/gists{/gist_id}", - "gravatar_id": "", - "html_url": "https://github.com/ScribeMD", - "id": 78177662, - "login": "ScribeMD", - "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4MTc3NjYy", - "organizations_url": "https://api.github.com/users/ScribeMD/orgs", - "received_events_url": "https://api.github.com/users/ScribeMD/received_events", - "repos_url": "https://api.github.com/users/ScribeMD/repos", - "site_admin": false, - "starred_url": "https://api.github.com/users/ScribeMD/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ScribeMD/subscriptions", - "type": "Organization", - "url": "https://api.github.com/users/ScribeMD" - }, - "owner": { - "avatar_url": "https://avatars.githubusercontent.com/u/78177662?v=4", - "events_url": "https://api.github.com/users/ScribeMD/events{/privacy}", - "followers_url": "https://api.github.com/users/ScribeMD/followers", - "following_url": "https://api.github.com/users/ScribeMD/following{/other_user}", - "gists_url": "https://api.github.com/users/ScribeMD/gists{/gist_id}", - "gravatar_id": "", - "html_url": "https://github.com/ScribeMD", - "id": 78177662, - "login": "ScribeMD", - "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4MTc3NjYy", - "organizations_url": "https://api.github.com/users/ScribeMD/orgs", - "received_events_url": "https://api.github.com/users/ScribeMD/received_events", - "repos_url": "https://api.github.com/users/ScribeMD/repos", - "site_admin": false, - "starred_url": "https://api.github.com/users/ScribeMD/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/ScribeMD/subscriptions", - "type": "Organization", - "url": "https://api.github.com/users/ScribeMD" - }, - "private": false, - "pulls_url": "https://api.github.com/repos/ScribeMD/slack-templates/pulls{/number}", - "pushed_at": "2022-05-23T20:10:35Z", - "releases_url": "https://api.github.com/repos/ScribeMD/slack-templates/releases{/id}", - "size": 135, - "ssh_url": "git@github.com:ScribeMD/slack-templates.git", - "stargazers_count": 6, - "stargazers_url": "https://api.github.com/repos/ScribeMD/slack-templates/stargazers", - "statuses_url": "https://api.github.com/repos/ScribeMD/slack-templates/statuses/{sha}", - "subscribers_count": 1, - "subscribers_url": "https://api.github.com/repos/ScribeMD/slack-templates/subscribers", - "subscription_url": "https://api.github.com/repos/ScribeMD/slack-templates/subscription", - "svn_url": "https://github.com/ScribeMD/slack-templates", - "tags_url": "https://api.github.com/repos/ScribeMD/slack-templates/tags", - "teams_url": "https://api.github.com/repos/ScribeMD/slack-templates/teams", - "temp_clone_token": null, - "topics": [ - "alerts", - "chat", - "chatbot", - "composite-action", - "github-actions", - "github-graphql", - "github-graphql-api", - "github-graphql-apiv4", - "graphql", - "notifications", - "python", - "python3", - "slack", - "slack-bot" - ], - "trees_url": "https://api.github.com/repos/ScribeMD/slack-templates/git/trees{/sha}", - "updated_at": "2022-05-21T06:30:32Z", - "url": "https://api.github.com/repos/ScribeMD/slack-templates", - "visibility": "public", - "watchers": 6, - "watchers_count": 6 - }, - "repo_url": "https://github.com/ScribeMD/slack-templates", - "stargazers": 6 - }, { "info": { "allow_forking": true, diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d9128780b..f436fa930d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,10 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l - [shfmt](https://github.com/mvdan/sh) from 3.5.0 to **3.6.0** on 2022-05-24 - [phpstan](https://phpstan.org/) from 1.6.9 to **1.7.0** on 2022-05-24 - [checkov](https://www.checkov.io/) from 2.0.1150 to **2.0.1158** on 2022-05-24 + - [phpstan](https://phpstan.org/) from 1.7.0 to **1.7.1** on 2022-05-24 + - [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.7.0 to **7.8.0** on 2022-05-24 + - [checkov](https://www.checkov.io/) from 2.0.1158 to **2.0.1159** on 2022-05-24 + - [terraform-fmt](https://www.terraform.io/docs/cli/commands/fmt.html) from 1.2.0 to **1.2.1** on 2022-05-24 ## [v5.13.0] - 2022-05-15 diff --git a/docs/all_linters.md b/docs/all_linters.md index bb6e7829601..74915d48110 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.60.1 | | [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.1158 | [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.1159 | [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.2 | [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.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.6.2 | | [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.0 | [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.1 | [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.6.2 | [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,7 +76,7 @@ | [**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.0 | | [SNAKEMAKE](descriptors/snakemake_snakefmt.md) | :white_circle: | [Web Site](https://github.com/snakemake/snakefmt){target=_blank} | -| [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 7.7.0 | [MIT](licenses/snakemake.md) | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} | +| [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 7.8.0 | [MIT](licenses/snakemake.md) | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} | | [**spectral**](https://github.com/stoplightio/spectral){target=_blank} | 5.6.0 | [Apache-2.0](licenses/spectral.md) | [OPENAPI](descriptors/openapi_spectral.md) | :white_circle: | [Repository](https://github.com/stoplightio/spectral){target=_blank} | | [**sql-lint**](https://github.com/joereynolds/sql-lint){target=_blank} | 0.0.19 | | [SQL](descriptors/sql_sql_lint.md) | :white_circle: | [Web Site](https://github.com/joereynolds/sql-lint){target=_blank} | | [**sqlfluff**](https://github.com/sqlfluff/sqlfluff){target=_blank} | 0.13.2 | [MIT](licenses/sqlfluff.md) | [SQL](descriptors/sql_sqlfluff.md) | :white_circle: | [Repository](https://github.com/sqlfluff/sqlfluff){target=_blank} | @@ -84,7 +84,7 @@ | [**stylelint**](https://github.com/stylelint/stylelint){target=_blank} | 14.8.3 | [MIT](licenses/stylelint.md) | [CSS](descriptors/css_stylelint.md) | :heart: | [MegaLinter reference](https://stylelint.io/user-guide/integrations/other#analysis-platform-engines){target=_blank} | | [**swiftlint**](https://github.com/realm/SwiftLint){target=_blank} | 0.46.5 | [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.2.0 | [MPL-2.0](licenses/terraform-fmt.md) | [TERRAFORM](descriptors/terraform_terraform_fmt.md) | :white_circle: | [Repository](https://github.com/hashicorp/terraform){target=_blank} | +| [**terraform-fmt**](https://github.com/hashicorp/terraform){target=_blank} | 1.2.1 | [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.37.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.14.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.35.0 | | [TERRAFORM](descriptors/terraform_tflint.md) | :white_circle: | [Web Site](https://github.com/terraform-linters/tflint){target=_blank} | diff --git a/docs/all_users.md b/docs/all_users.md index 6b9c4532f63..81589be808e 100644 --- a/docs/all_users.md +++ b/docs/all_users.md @@ -45,10 +45,10 @@ [![cure-dao/docs - GitHub](https://gh-card.dev/repos/cure-dao/docs.svg?fullname=)](https://github.com/cure-dao/docs){target=_blank} [![practicalli/clojure-web-services - GitHub](https://gh-card.dev/repos/practicalli/clojure-web-services.svg?fullname=)](https://github.com/practicalli/clojure-web-services){target=_blank} [![nvuillam/njre - GitHub](https://gh-card.dev/repos/nvuillam/njre.svg?fullname=)](https://github.com/nvuillam/njre){target=_blank} +[![ScribeMD/slack-templates - GitHub](https://gh-card.dev/repos/ScribeMD/slack-templates.svg?fullname=)](https://github.com/ScribeMD/slack-templates){target=_blank} [![QuantumPL/bib - GitHub](https://gh-card.dev/repos/QuantumPL/bib.svg?fullname=)](https://github.com/QuantumPL/bib){target=_blank} [![dochang/bumplus - GitHub](https://gh-card.dev/repos/dochang/bumplus.svg?fullname=)](https://github.com/dochang/bumplus){target=_blank} [![ADFC-Hamburg/adfc-ansible - GitHub](https://gh-card.dev/repos/ADFC-Hamburg/adfc-ansible.svg?fullname=)](https://github.com/ADFC-Hamburg/adfc-ansible){target=_blank} -[![ScribeMD/slack-templates - GitHub](https://gh-card.dev/repos/ScribeMD/slack-templates.svg?fullname=)](https://github.com/ScribeMD/slack-templates){target=_blank} [![nvuillam/markdown-table-formatter - GitHub](https://gh-card.dev/repos/nvuillam/markdown-table-formatter.svg?fullname=)](https://github.com/nvuillam/markdown-table-formatter){target=_blank} [![jokay/docker-prune - GitHub](https://gh-card.dev/repos/jokay/docker-prune.svg?fullname=)](https://github.com/jokay/docker-prune){target=_blank} [![theodore-s-beers/muqawwim - GitHub](https://gh-card.dev/repos/theodore-s-beers/muqawwim.svg?fullname=)](https://github.com/theodore-s-beers/muqawwim){target=_blank} diff --git a/docs/descriptors/php_phpstan.md b/docs/descriptors/php_phpstan.md index df12c8dade5..9fee34a4932 100644 --- a/docs/descriptors/php_phpstan.md +++ b/docs/descriptors/php_phpstan.md @@ -4,7 +4,7 @@ ## phpstan documentation -- Version in MegaLinter: **1.7.0** +- Version in MegaLinter: **1.7.1** - 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 73b744ca8a2..f6f79ed1e9e 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 (pypy, capture, time, python, prun, - timeit, python3). Useful for formatting - cells with custom python magics. + magics (pypy, python, python3, prun, timeit, + time, 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 2c67ce46b7a..ece1212034d 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: ['E121', 'W504', 'E126', 'E123', 'E704', - 'E226', 'W503', 'E24']) + (Default: ['E121', 'E123', 'E24', 'E126', 'W503', + 'W504', 'E226', 'E704']) --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 ec4b9e82e3a..0cb7b831db4 100644 --- a/docs/descriptors/snakemake_snakemake.md +++ b/docs/descriptors/snakemake_snakemake.md @@ -9,7 +9,7 @@ ## snakemake documentation -- Version in MegaLinter: **7.7.0** +- Version in MegaLinter: **7.8.0** - 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} @@ -98,8 +98,10 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE] [--cache [RULE ...]] [--preemptible-rules PREEMPTIBLE_RULES [PREEMPTIBLE_RULES ...]] [--config [KEY=VALUE ...]] [--configfile FILE [FILE ...]] [--envvars VARNAME [VARNAME ...]] [--directory DIR] [--touch] - [--keep-going] [--force] [--forceall] - [--forcerun [TARGET ...]] [--prioritize TARGET [TARGET ...]] + [--keep-going] + [--rerun-triggers {mtime,params,input,software-env,code} [{mtime,params,input,software-env,code} ...]] + [--force] [--forceall] [--forcerun [TARGET ...]] + [--prioritize TARGET [TARGET ...]] [--batch RULE=BATCH/BATCHES] [--until TARGET [TARGET ...]] [--omit-from TARGET [TARGET ...]] [--rerun-incomplete] [--shadow-prefix DIR] [--scheduler [{ilp,greedy}]] @@ -347,6 +349,14 @@ EXECUTION: should be used only as a last resort. (default: False) --keep-going, -k Go on with independent jobs if a job fails. (default: False) + --rerun-triggers {mtime,params,input,software-env,code} [{mtime,params,input,software-env,code} ...] + Define what triggers the rerunning of a job. By + default, all triggers are used, which guarantees that + results are consistent with the workflow code and + configuration. If you rather prefer the traditional + way of just considering file modification dates, use ' + --rerun-trigger mtime'. (default: ['mtime', 'params', + 'input', 'software-env', 'code']) --force, -f Force the execution of the selected target or the first rule regardless of already created output. (default: False) @@ -617,8 +627,8 @@ UTILITIES: --version, -v show program's version number and exit OUTPUT: - --reason, -r Print the reason for each executed rule. (default: - False) + --reason, -r Print the reason for each executed rule (deprecated, + always true now). (default: False) --gui [PORT] Serve an HTML based user interface to the given network and port e.g. 168.129.10.15:8000. By default Snakemake is only available in the local network diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index a6e7135e8ea..ed695d0451a 100644 --- a/docs/descriptors/terraform_checkov.md +++ b/docs/descriptors/terraform_checkov.md @@ -9,7 +9,7 @@ ## checkov documentation -- Version in MegaLinter: **2.0.1158** +- Version in MegaLinter: **2.0.1159** - 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} diff --git a/docs/descriptors/terraform_terraform_fmt.md b/docs/descriptors/terraform_terraform_fmt.md index a5ecb3e1691..d7df00d47e3 100644 --- a/docs/descriptors/terraform_terraform_fmt.md +++ b/docs/descriptors/terraform_terraform_fmt.md @@ -9,7 +9,7 @@ ## terraform-fmt documentation -- Version in MegaLinter: **1.2.0** +- Version in MegaLinter: **1.2.1** - Visit [Official Web Site](https://www.terraform.io/docs/cli/commands/fmt.html){target=_blank} [![terraform - GitHub](https://gh-card.dev/repos/hashicorp/terraform.svg?fullname=)](https://github.com/hashicorp/terraform){target=_blank}