From 1409552d529c73c6195b6bb6facd7f89ac68f29d Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Wed, 22 Jun 2022 02:27:00 +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 | 12 +- .automation/generated/megalinter-users.json | 564 ++++++++++---------- CHANGELOG.md | 6 + docs/all_linters.md | 12 +- docs/all_users.md | 2 +- docs/descriptors/kotlin_ktlint.md | 2 +- docs/descriptors/php_phpstan.md | 2 +- docs/descriptors/powershell_powershell.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 +- 15 files changed, 416 insertions(+), 338 deletions(-) diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index fc5922a99d3..347092b4c06 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-22T02:25:59", + 2515322 ] ], "ci_light": [ @@ -1777,6 +1781,10 @@ [ "2022-06-19T07:40:43", 12257 + ], + [ + "2022-06-22T02:25:59", + 12537 ] ], "dart": [ @@ -2667,6 +2675,10 @@ [ "2022-06-19T07:40:43", 3046 + ], + [ + "2022-06-22T02:25:59", + 3083 ] ], "documentation": [ @@ -3557,6 +3569,10 @@ [ "2022-06-19T07:40:43", 58809 + ], + [ + "2022-06-22T02:25:59", + 59113 ] ], "dotnet": [ @@ -4447,6 +4463,10 @@ [ "2022-06-19T07:40:43", 300791 + ], + [ + "2022-06-22T02:25:59", + 301172 ] ], "go": [ @@ -5337,6 +5357,10 @@ [ "2022-06-19T07:40:43", 11911 + ], + [ + "2022-06-22T02:25:59", + 11951 ] ], "java": [ @@ -6227,6 +6251,10 @@ [ "2022-06-19T07:40:43", 78843 + ], + [ + "2022-06-22T02:25:59", + 79284 ] ], "javascript": [ @@ -7117,6 +7145,10 @@ [ "2022-06-19T07:40:43", 124295 + ], + [ + "2022-06-22T02:25:59", + 124973 ] ], "php": [ @@ -8007,6 +8039,10 @@ [ "2022-06-19T07:40:43", 8999 + ], + [ + "2022-06-22T02:25:59", + 9072 ] ], "python": [ @@ -8897,6 +8933,10 @@ [ "2022-06-19T07:40:43", 81804 + ], + [ + "2022-06-22T02:25:59", + 82257 ] ], "ruby": [ @@ -9783,6 +9823,10 @@ [ "2022-06-19T07:40:43", 2319 + ], + [ + "2022-06-22T02:25:59", + 2320 ] ], "rust": [ @@ -10669,6 +10713,10 @@ [ "2022-06-19T07:40:43", 3695 + ], + [ + "2022-06-22T02:25:59", + 3733 ] ], "salesforce": [ @@ -11559,6 +11607,10 @@ [ "2022-06-19T07:40:43", 12280 + ], + [ + "2022-06-22T02:25:59", + 12318 ] ], "scala": [ @@ -12445,6 +12497,10 @@ [ "2022-06-19T07:40:43", 1476 + ], + [ + "2022-06-22T02:25:59", + 1476 ] ], "swift": [ @@ -13331,6 +13387,10 @@ [ "2022-06-19T07:40:43", 1792 + ], + [ + "2022-06-22T02:25:59", + 1807 ] ], "terraform": [ @@ -14221,6 +14281,10 @@ [ "2022-06-19T07:40:43", 75775 + ], + [ + "2022-06-22T02:25:59", + 76672 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 573cd2949a0..2ee0c756bf2 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 (prun, python, python3, capture,", + " time, pypy, timeit). 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: ['E121', 'E123', 'E704', 'E24', 'W503',", + " 'W504', 'E126', 'E226'])", " --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..184772be1ad 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.1226", "checkstyle": "10.3", "chktex": "1.7.6", "clippy": "0.1.61", @@ -32,7 +32,7 @@ "jscpd": "3.3.26", "jsonlint": "1.6.3", "kics": "1.5.10", - "ktlint": "0.46.0", + "ktlint": "0.46.1", "kubeconform": "0.4.12", "kubeval": "0.16.1", "lintr": "0.0.0", @@ -47,8 +47,8 @@ "php": "7.4.26", "phpcs": "3.7.1", "phplint": "3.0", - "phpstan": "1.7.14", - "powershell": "7.2.4", + "phpstan": "1.7.15", + "powershell": "7.2.5", "prettier": "2.7.1", "protolint": "0.38.1", "psalm": "Psalm.5.x-dev@", @@ -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..df38ed34d5d 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": 669, + "forks_count": 669, "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": 669, "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": 72, + "open_issues_count": 72, "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-21T21:23:50Z", "releases_url": "https://api.github.com/repos/nektos/act/releases{/id}", - "size": 6105, + "size": 6096, "ssh_url": "git@github.com:nektos/act.git", - "stargazers_count": 25180, + "stargazers_count": 25329, "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": 116, "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-22T02:11:59Z", "url": "https://api.github.com/repos/nektos/act", "visibility": "public", - "watchers": 25180, - "watchers_count": 25180 + "watchers": 25329, + "watchers_count": 25329 }, "repo_url": "https://github.com/nektos/act", - "stargazers": 25180 + "stargazers": 25329 }, { "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": 2085, "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-21T16:42:28Z", "url": "https://api.github.com/repos/stepancheg/rust-protobuf", "visibility": "public", - "watchers": 2082, - "watchers_count": 2082 + "watchers": 2085, + "watchers_count": 2085 }, "repo_url": "https://github.com/stepancheg/rust-protobuf", - "stargazers": 2082 + "stargazers": 2085 }, { "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": 45, + "open_issues_count": 45, "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-21T15:51:59Z", "releases_url": "https://api.github.com/repos/megalinter/megalinter/releases{/id}", - "size": 145037, + "size": 144521, "ssh_url": "git@github.com:megalinter/megalinter.git", - "stargazers_count": 671, + "stargazers_count": 673, "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-21T20:28:53Z", "url": "https://api.github.com/repos/megalinter/megalinter", "visibility": "public", - "watchers": 671, - "watchers_count": 671 + "watchers": 673, + "watchers_count": 673 }, "repo_url": "https://github.com/megalinter/megalinter", - "stargazers": 671 + "stargazers": 673 }, { "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-22T00:23:47Z", "releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}", - "size": 24168, + "size": 24240, "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": 103, + "forks_count": 103, "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": 103, "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-21T14:39:35Z", "releases_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/releases{/id}", - "size": 26873, + "size": 26887, "ssh_url": "git@github.com:secureCodeBox/secureCodeBox.git", - "stargazers_count": 488, + "stargazers_count": 489, "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-21T17:56:20Z", "url": "https://api.github.com/repos/secureCodeBox/secureCodeBox", "visibility": "public", - "watchers": 488, - "watchers_count": 488 + "watchers": 489, + "watchers_count": 489 }, "repo_url": "https://github.com/secureCodeBox/secureCodeBox", - "stargazers": 488 + "stargazers": 489 }, { "info": { @@ -933,8 +933,8 @@ "downloads_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/downloads", "events_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/events", "fork": false, - "forks": 481, - "forks_count": 481, + "forks": 480, + "forks_count": 480, "forks_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/forks", "full_name": "practicalli/clojure-deps-edn", "git_commits_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/git/commits{/sha}", @@ -963,11 +963,11 @@ "milestones_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/milestones{/number}", "mirror_url": null, "name": "clojure-deps-edn", - "network_count": 481, + "network_count": 480, "node_id": "MDEwOlJlcG9zaXRvcnkyODM3MjYwNTI=", "notifications_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/notifications{?since,all,participating}", - "open_issues": 4, - "open_issues_count": 4, + "open_issues": 5, + "open_issues_count": 5, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/8628530?v=4", "events_url": "https://api.github.com/users/practicalli/events{/privacy}", @@ -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,125 @@ "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": { + "allow_forking": true, + "archive_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/assignees{/user}", + "blobs_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/branches{/branch}", + "clone_url": "https://github.com/KelvinTegelaar/CIPP.git", + "collaborators_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/comments{/number}", + "commits_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/commits{/sha}", + "compare_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/contents/{+path}", + "contributors_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/contributors", + "created_at": "2021-10-13T17:48:22Z", + "default_branch": "main", + "deployments_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/deployments", + "description": "CIPP is a M365 multitenant management solution", + "disabled": false, + "downloads_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/downloads", + "events_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/events", + "fork": false, + "forks": 988, + "forks_count": 988, + "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}", + "git_refs_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/tags{/sha}", + "git_url": "git://github.com/KelvinTegelaar/CIPP.git", + "has_downloads": true, + "has_issues": true, + "has_pages": true, + "has_projects": true, + "has_wiki": true, + "homepage": "https://cyberdrain.com / https://cipp.app", + "hooks_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/hooks", + "html_url": "https://github.com/KelvinTegelaar/CIPP", + "id": 416843536, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/issues/events{/number}", + "issues_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/issues{/number}", + "keys_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/keys{/key_id}", + "labels_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/labels{/name}", + "language": "JavaScript", + "languages_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/languages", + "license": { + "key": "agpl-3.0", + "name": "GNU Affero General Public License v3.0", + "node_id": "MDc6TGljZW5zZTE=", + "spdx_id": "AGPL-3.0", + "url": "https://api.github.com/licenses/agpl-3.0" + }, + "merges_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/merges", + "milestones_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/milestones{/number}", + "mirror_url": null, + "name": "CIPP", + "network_count": 988, + "node_id": "R_kgDOGNiHEA", + "notifications_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/notifications{?since,all,participating}", + "open_issues": 6, + "open_issues_count": 6, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/49186168?v=4", + "events_url": "https://api.github.com/users/KelvinTegelaar/events{/privacy}", + "followers_url": "https://api.github.com/users/KelvinTegelaar/followers", + "following_url": "https://api.github.com/users/KelvinTegelaar/following{/other_user}", + "gists_url": "https://api.github.com/users/KelvinTegelaar/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/KelvinTegelaar", + "id": 49186168, + "login": "KelvinTegelaar", + "node_id": "MDQ6VXNlcjQ5MTg2MTY4", + "organizations_url": "https://api.github.com/users/KelvinTegelaar/orgs", + "received_events_url": "https://api.github.com/users/KelvinTegelaar/received_events", + "repos_url": "https://api.github.com/users/KelvinTegelaar/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/KelvinTegelaar/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/KelvinTegelaar/subscriptions", + "type": "User", + "url": "https://api.github.com/users/KelvinTegelaar" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/pulls{/number}", + "pushed_at": "2022-06-21T09:55:49Z", + "releases_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/releases{/id}", + "size": 50396, + "ssh_url": "git@github.com:KelvinTegelaar/CIPP.git", + "stargazers_count": 357, + "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_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", + "tags_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/tags", + "teams_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/teams", + "temp_clone_token": null, + "topics": [], + "trees_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/trees{/sha}", + "updated_at": "2022-06-21T17:18:59Z", + "url": "https://api.github.com/repos/KelvinTegelaar/CIPP", + "visibility": "public", + "watchers": 357, + "watchers_count": 357 + }, + "repo_url": "https://github.com/KelvinTegelaar/CIPP", + "stargazers": 357 }, { "info": { @@ -1153,117 +1264,6 @@ "repo_url": "https://github.com/llaville/php-compatinfo", "stargazers": 356 }, - { - "info": { - "allow_forking": true, - "archive_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/{archive_format}{/ref}", - "archived": false, - "assignees_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/assignees{/user}", - "blobs_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/branches{/branch}", - "clone_url": "https://github.com/KelvinTegelaar/CIPP.git", - "collaborators_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/comments{/number}", - "commits_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/commits{/sha}", - "compare_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/contents/{+path}", - "contributors_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/contributors", - "created_at": "2021-10-13T17:48:22Z", - "default_branch": "main", - "deployments_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/deployments", - "description": "CIPP is a M365 multitenant management solution", - "disabled": false, - "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_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}", - "git_refs_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/tags{/sha}", - "git_url": "git://github.com/KelvinTegelaar/CIPP.git", - "has_downloads": true, - "has_issues": true, - "has_pages": true, - "has_projects": true, - "has_wiki": true, - "homepage": "https://cyberdrain.com / https://cipp.app", - "hooks_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/hooks", - "html_url": "https://github.com/KelvinTegelaar/CIPP", - "id": 416843536, - "is_template": false, - "issue_comment_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/issues/events{/number}", - "issues_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/issues{/number}", - "keys_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/keys{/key_id}", - "labels_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/labels{/name}", - "language": "JavaScript", - "languages_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/languages", - "license": { - "key": "agpl-3.0", - "name": "GNU Affero General Public License v3.0", - "node_id": "MDc6TGljZW5zZTE=", - "spdx_id": "AGPL-3.0", - "url": "https://api.github.com/licenses/agpl-3.0" - }, - "merges_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/merges", - "milestones_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/milestones{/number}", - "mirror_url": null, - "name": "CIPP", - "network_count": 984, - "node_id": "R_kgDOGNiHEA", - "notifications_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/notifications{?since,all,participating}", - "open_issues": 7, - "open_issues_count": 7, - "owner": { - "avatar_url": "https://avatars.githubusercontent.com/u/49186168?v=4", - "events_url": "https://api.github.com/users/KelvinTegelaar/events{/privacy}", - "followers_url": "https://api.github.com/users/KelvinTegelaar/followers", - "following_url": "https://api.github.com/users/KelvinTegelaar/following{/other_user}", - "gists_url": "https://api.github.com/users/KelvinTegelaar/gists{/gist_id}", - "gravatar_id": "", - "html_url": "https://github.com/KelvinTegelaar", - "id": 49186168, - "login": "KelvinTegelaar", - "node_id": "MDQ6VXNlcjQ5MTg2MTY4", - "organizations_url": "https://api.github.com/users/KelvinTegelaar/orgs", - "received_events_url": "https://api.github.com/users/KelvinTegelaar/received_events", - "repos_url": "https://api.github.com/users/KelvinTegelaar/repos", - "site_admin": false, - "starred_url": "https://api.github.com/users/KelvinTegelaar/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/KelvinTegelaar/subscriptions", - "type": "User", - "url": "https://api.github.com/users/KelvinTegelaar" - }, - "private": false, - "pulls_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/pulls{/number}", - "pushed_at": "2022-06-17T10:33:58Z", - "releases_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/releases{/id}", - "size": 50382, - "ssh_url": "git@github.com:KelvinTegelaar/CIPP.git", - "stargazers_count": 354, - "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_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", - "tags_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/tags", - "teams_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/teams", - "temp_clone_token": null, - "topics": [], - "trees_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/trees{/sha}", - "updated_at": "2022-06-15T12:25:50Z", - "url": "https://api.github.com/repos/KelvinTegelaar/CIPP", - "visibility": "public", - "watchers": 354, - "watchers_count": 354 - }, - "repo_url": "https://github.com/KelvinTegelaar/CIPP", - "stargazers": 354 - }, { "info": { "allow_forking": true, @@ -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": 8, - "open_issues_count": 8, + "open_issues": 9, + "open_issues_count": 9, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/6213398?v=4", "events_url": "https://api.github.com/users/bjw-s/events{/privacy}", @@ -1350,9 +1350,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/bjw-s/home-ops/pulls{/number}", - "pushed_at": "2022-06-19T05:45:27Z", + "pushed_at": "2022-06-22T01:38:50Z", "releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}", - "size": 30403, + "size": 30404, "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", @@ -1563,8 +1563,8 @@ "network_count": 63, "node_id": "MDEwOlJlcG9zaXRvcnk0NjEyMjQ2MA==", "notifications_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/notifications{?since,all,participating}", - "open_issues": 41, - "open_issues_count": 41, + "open_issues": 30, + "open_issues_count": 30, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/31739?v=4", "events_url": "https://api.github.com/users/newrelic/events{/privacy}", @@ -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": 69, + "open_issues_count": 69, "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-21T14:32:36Z", "releases_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/releases{/id}", - "size": 6070, + "size": 6081, "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", @@ -2299,8 +2299,8 @@ "downloads_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/downloads", "events_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/events", "fork": false, - "forks": 9, - "forks_count": 9, + "forks": 10, + "forks_count": 10, "forks_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/forks", "full_name": "joeygoksu/prime-nestjs", "git_commits_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/commits{/sha}", @@ -2335,7 +2335,7 @@ "milestones_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/milestones{/number}", "mirror_url": null, "name": "prime-nestjs", - "network_count": 9, + "network_count": 10, "node_id": "R_kgDOGHOFdw", "notifications_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/notifications{?since,all,participating}", "open_issues": 7, @@ -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": 65, "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-21T12:24:15Z", "url": "https://api.github.com/repos/joeygoksu/prime-nestjs", "visibility": "public", - "watchers": 63, - "watchers_count": 63 + "watchers": 65, + "watchers_count": 65 }, "repo_url": "https://github.com/joeygoksu/prime-nestjs", - "stargazers": 63 + "stargazers": 65 }, { "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-21T14:39:10Z", "releases_url": "https://api.github.com/repos/philips-software/embeddedinfralib/releases{/id}", - "size": 39344, + "size": 40034, "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}", @@ -3458,9 +3458,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/MythicDrops/MythicDrops/pulls{/number}", - "pushed_at": "2022-06-10T04:16:24Z", + "pushed_at": "2022-06-21T03:05:56Z", "releases_url": "https://api.github.com/repos/MythicDrops/MythicDrops/releases{/id}", - "size": 10312, + "size": 10356, "ssh_url": "git@github.com:MythicDrops/MythicDrops.git", "stargazers_count": 28, "stargazers_url": "https://api.github.com/repos/MythicDrops/MythicDrops/stargazers", @@ -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,7 +3549,7 @@ "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, @@ -3596,9 +3596,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/pulls{/number}", - "pushed_at": "2022-06-17T09:56:05Z", + "pushed_at": "2022-06-21T09:37:00Z", "releases_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/releases{/id}", - "size": 5862, + "size": 5899, "ssh_url": "git@github.com:hardisgroupcom/sfdx-hardis.git", "stargazers_count": 27, "stargazers_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/stargazers", @@ -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-21T20:18:08Z", "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", - "size": 4627, + "size": 4625, "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": 6, + "open_issues_count": 6, "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-22T01:58:13Z", "releases_url": "https://api.github.com/repos/GrandMoff100/HomeAssistantAPI/releases{/id}", - "size": 562, + "size": 645, "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": { @@ -4052,8 +4052,8 @@ "network_count": 3, "node_id": "MDEwOlJlcG9zaXRvcnkzNDY4NTE4MzU=", "notifications_url": "https://api.github.com/repos/hardisgroupcom/vscode-sfdx-hardis/notifications{?since,all,participating}", - "open_issues": 3, - "open_issues_count": 3, + "open_issues": 2, + "open_issues_count": 2, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/22538326?v=4", "events_url": "https://api.github.com/users/hardisgroupcom/events{/privacy}", @@ -4096,9 +4096,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/hardisgroupcom/vscode-sfdx-hardis/pulls{/number}", - "pushed_at": "2022-06-12T18:32:15Z", + "pushed_at": "2022-06-21T12:20:22Z", "releases_url": "https://api.github.com/repos/hardisgroupcom/vscode-sfdx-hardis/releases{/id}", - "size": 3401, + "size": 3403, "ssh_url": "git@github.com:hardisgroupcom/vscode-sfdx-hardis.git", "stargazers_count": 16, "stargazers_url": "https://api.github.com/repos/hardisgroupcom/vscode-sfdx-hardis/stargazers", @@ -4320,8 +4320,8 @@ "network_count": 4, "node_id": "MDEwOlJlcG9zaXRvcnkzNjM5OTQ2ODM=", "notifications_url": "https://api.github.com/repos/GSA/usagov-benefits-eligibility/notifications{?since,all,participating}", - "open_issues": 52, - "open_issues_count": 52, + "open_issues": 54, + "open_issues_count": 54, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/643070?v=4", "events_url": "https://api.github.com/users/GSA/events{/privacy}", @@ -4364,9 +4364,9 @@ }, "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-21T23:16:33Z", "releases_url": "https://api.github.com/repos/GSA/usagov-benefits-eligibility/releases{/id}", - "size": 7858, + "size": 6453, "ssh_url": "git@github.com:GSA/usagov-benefits-eligibility.git", "stargazers_count": 14, "stargazers_url": "https://api.github.com/repos/GSA/usagov-benefits-eligibility/stargazers", @@ -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-22T01:14:33Z", "releases_url": "https://api.github.com/repos/0dragosh/homelab/releases{/id}", - "size": 3187, + "size": 3212, "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": 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}", @@ -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-21T20:44:16Z", "releases_url": "https://api.github.com/repos/ScribeMD/rootless-docker/releases{/id}", - "size": 71, + "size": 79, "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, @@ -5320,8 +5321,8 @@ "network_count": 9, "node_id": "R_kgDOGurdfg", "notifications_url": "https://api.github.com/repos/Amplitude-Developer-Docs/amplitude-dev-center/notifications{?since,all,participating}", - "open_issues": 3, - "open_issues_count": 3, + "open_issues": 2, + "open_issues_count": 2, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/100628252?v=4", "events_url": "https://api.github.com/users/Amplitude-Developer-Docs/events{/privacy}", @@ -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-21T23:58:57Z", "releases_url": "https://api.github.com/repos/Amplitude-Developer-Docs/amplitude-dev-center/releases{/id}", - "size": 10465, + "size": 10500, "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", @@ -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-21T21:08:30Z", "releases_url": "https://api.github.com/repos/ScribeMD/slack-templates/releases{/id}", - "size": 177, + "size": 212, "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": 12, + "open_issues_count": 12, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/9053140?v=4", "events_url": "https://api.github.com/users/AliceO2Group/events{/privacy}", @@ -5641,11 +5643,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/AliceO2Group/O2Physics/pulls{/number}", - "pushed_at": "2022-06-19T07:23:49Z", + "pushed_at": "2022-06-22T02:17:53Z", "releases_url": "https://api.github.com/repos/AliceO2Group/O2Physics/releases{/id}", - "size": 6933, + "size": 6942, "ssh_url": "git@github.com:AliceO2Group/O2Physics.git", - "stargazers_count": 7, + "stargazers_count": 8, "stargazers_url": "https://api.github.com/repos/AliceO2Group/O2Physics/stargazers", "statuses_url": "https://api.github.com/repos/AliceO2Group/O2Physics/statuses/{sha}", "subscribers_count": 12, @@ -5657,14 +5659,14 @@ "temp_clone_token": null, "topics": [], "trees_url": "https://api.github.com/repos/AliceO2Group/O2Physics/git/trees{/sha}", - "updated_at": "2022-06-16T13:26:27Z", + "updated_at": "2022-06-21T05:52:32Z", "url": "https://api.github.com/repos/AliceO2Group/O2Physics", "visibility": "public", - "watchers": 7, - "watchers_count": 7 + "watchers": 8, + "watchers_count": 8 }, "repo_url": "https://github.com/AliceO2Group/O2Physics", - "stargazers": 7 + "stargazers": 8 }, { "info": { @@ -5722,8 +5724,8 @@ "network_count": 4, "node_id": "MDEwOlJlcG9zaXRvcnkzMDA3NjE4MzU=", "notifications_url": "https://api.github.com/repos/GSA/site-scanning-engine/notifications{?since,all,participating}", - "open_issues": 4, - "open_issues_count": 4, + "open_issues": 6, + "open_issues_count": 6, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/643070?v=4", "events_url": "https://api.github.com/users/GSA/events{/privacy}", @@ -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-21T19:39:20Z", "releases_url": "https://api.github.com/repos/GSA/site-scanning-engine/releases{/id}", - "size": 8042, + "size": 8046, "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..6d4a1214b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,12 @@ 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 + - [ktlint](https://ktlint.github.io) from 0.46.0 to **0.46.1** on 2022-06-22 + - [phpstan](https://phpstan.org/) from 1.7.14 to **1.7.15** on 2022-06-22 + - [powershell](https://github.com/PowerShell/PSScriptAnalyzer) from 7.2.4 to **7.2.5** on 2022-06-22 + - [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.8.2 to **7.8.3** on 2022-06-22 + - [sql-lint](https://github.com/joereynolds/sql-lint) from 0.0.20 to **1.0.0** on 2022-06-22 + - [checkov](https://www.checkov.io/) from 2.0.1219 to **2.0.1226** on 2022-06-22 ## [v5.14.0] - 2022-06-12 diff --git a/docs/all_linters.md b/docs/all_linters.md index ad4004daf7d..9e669643d9b 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.1226 | [Apache-2.0](licenses/checkov.md) | [TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} | | [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 10.3 | [LGPL-2.1](licenses/checkstyle.md) | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} | | [**chktex**](https://www.nongnu.org/chktex){target=_blank} | 1.7.6 | | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Web Site](https://www.nongnu.org/chktex){target=_blank} | | [**clippy**](https://github.com/rust-lang/rust-clippy){target=_blank} | 0.1.61 | | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Web Site](https://github.com/rust-lang/rust-clippy){target=_blank} | @@ -38,7 +38,7 @@ | [**jscpd**](https://github.com/kucherenko/jscpd){target=_blank} | 3.3.26 | [MIT](licenses/jscpd.md) | [COPYPASTE](descriptors/copypaste_jscpd.md) | :heart: | [MegaLinter reference](https://github.com/kucherenko/jscpd#who-uses-jscpd){target=_blank} | | [**jsonlint**](https://github.com/zaach/jsonlint){target=_blank} | 1.6.3 | | [JSON](descriptors/json_jsonlint.md) | :hammer_and_wrench: | [Pull Request](https://github.com/zaach/jsonlint/pull/127){target=_blank} | | [**kics**](https://github.com/checkmarx/kics){target=_blank} | 1.5.10 | [Apache-2.0](licenses/kics.md) | [TERRAFORM](descriptors/terraform_kics.md) | :heart: | [MegaLinter reference](https://docs.kics.io/latest/integrations/){target=_blank} | -| [**ktlint**](https://github.com/pinterest/ktlint){target=_blank} | 0.46.0 | [MIT](licenses/ktlint.md) | [KOTLIN](descriptors/kotlin_ktlint.md) | :heart: | [MegaLinter reference](https://github.com/pinterest/ktlint#-with-continuous-integration){target=_blank} | +| [**ktlint**](https://github.com/pinterest/ktlint){target=_blank} | 0.46.1 | [MIT](licenses/ktlint.md) | [KOTLIN](descriptors/kotlin_ktlint.md) | :heart: | [MegaLinter reference](https://github.com/pinterest/ktlint#-with-continuous-integration){target=_blank} | | [**kubeconform**](https://github.com/yannh/kubeconform){target=_blank} | 0.4.12 | [Other](licenses/kubeconform.md) | [KUBERNETES](descriptors/kubernetes_kubeconform.md) | :white_circle: | [Repository](https://github.com/yannh/kubeconform){target=_blank} | | [**kubeval**](https://github.com/instrumenta/kubeval){target=_blank} | 0.16.1 | [Other](licenses/kubeval.md) | [KUBERNETES](descriptors/kubernetes_kubeval.md) | :white_circle: | [Repository](https://github.com/instrumenta/kubeval){target=_blank} | | [**lintr**](https://lintr.r-lib.org/){target=_blank} | N/A | | [R](descriptors/r_lintr.md) | :white_circle: | [Web Site](https://lintr.r-lib.org/){target=_blank} | @@ -53,8 +53,8 @@ | [**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} | -| [**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} | +| [**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.5 | | [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} | | [**psalm**](https://github.com/vimeo/psalm){target=_blank} | Psalm.5.x-dev@ | [MIT](licenses/psalm.md) | [PHP](descriptors/php_psalm.md) | :white_circle: | [Repository](https://github.com/vimeo/psalm){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/all_users.md b/docs/all_users.md index db68c9f433b..1f9281906d2 100644 --- a/docs/all_users.md +++ b/docs/all_users.md @@ -8,8 +8,8 @@ [![unixorn/zsh-quickstart-kit - GitHub](https://gh-card.dev/repos/unixorn/zsh-quickstart-kit.svg?fullname=)](https://github.com/unixorn/zsh-quickstart-kit){target=_blank} [![secureCodeBox/secureCodeBox - GitHub](https://gh-card.dev/repos/secureCodeBox/secureCodeBox.svg?fullname=)](https://github.com/secureCodeBox/secureCodeBox){target=_blank} [![practicalli/clojure-deps-edn - GitHub](https://gh-card.dev/repos/practicalli/clojure-deps-edn.svg?fullname=)](https://github.com/practicalli/clojure-deps-edn){target=_blank} -[![llaville/php-compatinfo - GitHub](https://gh-card.dev/repos/llaville/php-compatinfo.svg?fullname=)](https://github.com/llaville/php-compatinfo){target=_blank} [![KelvinTegelaar/CIPP - GitHub](https://gh-card.dev/repos/KelvinTegelaar/CIPP.svg?fullname=)](https://github.com/KelvinTegelaar/CIPP){target=_blank} +[![llaville/php-compatinfo - GitHub](https://gh-card.dev/repos/llaville/php-compatinfo.svg?fullname=)](https://github.com/llaville/php-compatinfo){target=_blank} [![bjw-s/home-ops - GitHub](https://gh-card.dev/repos/bjw-s/home-ops.svg?fullname=)](https://github.com/bjw-s/home-ops){target=_blank} [![unixorn/tumult.plugin.zsh - GitHub](https://gh-card.dev/repos/unixorn/tumult.plugin.zsh.svg?fullname=)](https://github.com/unixorn/tumult.plugin.zsh){target=_blank} [![newrelic/newrelic-python-agent - GitHub](https://gh-card.dev/repos/newrelic/newrelic-python-agent.svg?fullname=)](https://github.com/newrelic/newrelic-python-agent){target=_blank} diff --git a/docs/descriptors/kotlin_ktlint.md b/docs/descriptors/kotlin_ktlint.md index 77767fae847..81b51daf5c5 100644 --- a/docs/descriptors/kotlin_ktlint.md +++ b/docs/descriptors/kotlin_ktlint.md @@ -9,7 +9,7 @@ ## ktlint documentation -- Version in MegaLinter: **0.46.0** +- Version in MegaLinter: **0.46.1** - Visit [Official Web Site](https://ktlint.github.io){target=_blank} - See [Index of problems detected by ktlint](https://ktlint.github.io/#rules){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/powershell_powershell.md b/docs/descriptors/powershell_powershell.md index c9efa599c85..2e3fe9df6a5 100644 --- a/docs/descriptors/powershell_powershell.md +++ b/docs/descriptors/powershell_powershell.md @@ -4,7 +4,7 @@ ## powershell documentation -- Version in MegaLinter: **7.2.4** +- Version in MegaLinter: **7.2.5** - Visit [Official Web Site](https://github.com/PowerShell/PSScriptAnalyzer#readme){target=_blank} - See [How to configure powershell rules](https://github.com/PowerShell/PSScriptAnalyzer#explicit){target=_blank} - If custom `.powershell-psscriptanalyzer.psd1` config file is not found, [.powershell-psscriptanalyzer.psd1](https://github.com/megalinter/megalinter/tree/main/TEMPLATES/.powershell-psscriptanalyzer.psd1){target=_blank} will be used diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md index 4ab287c40c3..c74f12c5132 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 (prun, python, python3, capture, + time, pypy, timeit). 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..dd3861d2c1b 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: ['E121', 'E123', 'E704', 'E24', 'W503', + 'W504', 'E126', 'E226']) --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..e9efc8e92e3 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.1226** - 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}