From 61a192c7be01d9e1fd138816cea4358afdca0486 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Thu, 5 May 2022 22:40:29 +0000 Subject: [PATCH] [automation] Auto-update linters version, help and documentation --- .automation/generated/flavors-stats.json | 60 +-- .automation/generated/linter-helps.json | 70 +-- .automation/generated/linter-versions.json | 6 +- .automation/generated/megalinter-users.json | 464 +++++++++--------- CHANGELOG.md | 3 + docs/all_linters.md | 6 +- docs/all_users.md | 2 +- .../graphql_graphql_schema_linter.md | 2 +- docs/descriptors/python_black.md | 4 +- docs/descriptors/python_flake8.md | 4 +- .../salesforce_sfdx_scanner_lwc.md | 60 +-- docs/descriptors/terraform_checkov.md | 2 +- docs/descriptors/terraform_terragrunt.md | 4 +- 13 files changed, 345 insertions(+), 342 deletions(-) diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index fa6abee803c..7b1e3626af9 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -773,8 +773,8 @@ 2489756 ], [ - "2022-05-05T02:29:20", - 2490192 + "2022-05-05T22:38:46", + 2490571 ] ], "ci_light": [ @@ -1551,8 +1551,8 @@ 9689 ], [ - "2022-05-05T02:29:20", - 9726 + "2022-05-05T22:38:46", + 9763 ] ], "dart": [ @@ -2329,8 +2329,8 @@ 2715 ], [ - "2022-05-05T02:29:20", - 2724 + "2022-05-05T22:38:46", + 2727 ] ], "documentation": [ @@ -3107,8 +3107,8 @@ 51769 ], [ - "2022-05-05T02:29:20", - 51960 + "2022-05-05T22:38:46", + 52108 ] ], "dotnet": [ @@ -3885,8 +3885,8 @@ 295869 ], [ - "2022-05-05T02:29:20", - 296012 + "2022-05-05T22:38:46", + 296245 ] ], "go": [ @@ -4663,8 +4663,8 @@ 10430 ], [ - "2022-05-05T02:29:20", - 10455 + "2022-05-05T22:38:46", + 10480 ] ], "java": [ @@ -5441,8 +5441,8 @@ 72787 ], [ - "2022-05-05T02:29:20", - 72920 + "2022-05-05T22:38:46", + 73052 ] ], "javascript": [ @@ -6219,8 +6219,8 @@ 112713 ], [ - "2022-05-05T02:29:20", - 113002 + "2022-05-05T22:38:46", + 113221 ] ], "php": [ @@ -6997,8 +6997,8 @@ 7779 ], [ - "2022-05-05T02:29:20", - 7831 + "2022-05-05T22:38:46", + 7873 ] ], "python": [ @@ -7775,8 +7775,8 @@ 72892 ], [ - "2022-05-05T02:29:20", - 73174 + "2022-05-05T22:38:46", + 73338 ] ], "ruby": [ @@ -8549,8 +8549,8 @@ 2136 ], [ - "2022-05-05T02:29:20", - 2146 + "2022-05-05T22:38:46", + 2165 ] ], "rust": [ @@ -9323,8 +9323,8 @@ 3183 ], [ - "2022-05-05T02:29:20", - 3189 + "2022-05-05T22:38:46", + 3199 ] ], "salesforce": [ @@ -10101,8 +10101,8 @@ 11947 ], [ - "2022-05-05T02:29:20", - 11955 + "2022-05-05T22:38:46", + 11965 ] ], "scala": [ @@ -10875,7 +10875,7 @@ 1467 ], [ - "2022-05-05T02:29:20", + "2022-05-05T22:38:46", 1468 ] ], @@ -11649,7 +11649,7 @@ 1520 ], [ - "2022-05-05T02:29:20", + "2022-05-05T22:38:46", 1520 ] ], @@ -12427,8 +12427,8 @@ 58662 ], [ - "2022-05-05T02:29:20", - 58994 + "2022-05-05T22:38:46", + 59293 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 4737d30f8d3..53fabae414e 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -343,8 +343,8 @@ " input).", " --python-cell-magics TEXT When processing Jupyter Notebooks, add the", " given magic to the list of known python-", - " magics (prun, python, timeit, capture,", - " python3, time, pypy). Useful for formatting", + " magics (python3, capture, time, prun,", + " timeit, python, pypy). Useful for formatting", " cells with custom python magics.", " -S, --skip-string-normalization", " Don't normalize string quotes or prefixes.", @@ -1541,8 +1541,8 @@ " of opening bracket's line.", " --ignore errors Comma-separated list of errors and warnings to ignore", " (or skip). For example, ``--ignore=E4,E51,W234``.", - " (Default: ['E123', 'E24', 'W504', 'E121', 'E126',", - " 'E704', 'E226', 'W503'])", + " (Default: ['E226', 'E704', 'E24', 'E121', 'E123',", + " 'E126', 'W504', 'W503'])", " --extend-ignore errors", " Comma-separated list of errors and warnings to add to", " the list of ignored ones. For example, ``--extend-", @@ -5707,11 +5707,11 @@ "VfHtmlStyleTagXss visualforce Security pmd", "VfUnescapeEl visualforce Security Basic VF pmd", "ApexAssertionsShouldIncludeMessage apex Best Practices pmd", - "ApexUnitTestClassShouldHaveAsserts apex Best Practices Default ruleset...,quickstart,ApexUnit pmd", + "ApexUnitTestClassShouldHaveAsserts apex Best Practices Default ruleset...,ApexUnit,quickstart pmd", "ApexUnitTestMethodShouldHaveIsTestAnnotation apex Best Practices pmd", - "ApexUnitTestShouldNotUseSeeAllDataTrue apex Best Practices Default ruleset...,quickstart,ApexUnit pmd", - "AvoidGlobalModifier apex Best Practices Default ruleset...,quickstart,Style pmd", - "AvoidLogicInTrigger apex Best Practices Default ruleset...,quickstart,Style pmd", + "ApexUnitTestShouldNotUseSeeAllDataTrue apex Best Practices Default ruleset...,ApexUnit,quickstart pmd", + "AvoidGlobalModifier apex Best Practices Style,Default ruleset...,quickstart pmd", + "AvoidLogicInTrigger apex Best Practices Style,Default ruleset...,quickstart pmd", "DebugsShouldUseLoggingLevel apex Best Practices quickstart pmd", "UnusedLocalVariable apex Best Practices pmd", "AvoidDebugStatements apex Performance pmd", @@ -5720,18 +5720,18 @@ "AvoidSoslInLoops apex Performance Performance,Default ruleset... pmd", "EagerlyLoadedDescribeSObjectResult apex Performance pmd", "OperationWithLimitsInLoop apex Performance quickstart pmd", - "ApexBadCrypto apex Security Default ruleset...,quickstart,Security pmd", - "ApexCRUDViolation apex Security Default ruleset...,quickstart,Security pmd", + "ApexBadCrypto apex Security Security,Default ruleset...,quickstart pmd", + "ApexCRUDViolation apex Security Security,Default ruleset...,quickstart pmd", "ApexCSRF apex Security Security pmd", - "ApexDangerousMethods apex Security Default ruleset...,quickstart,Security pmd", - "ApexInsecureEndpoint apex Security Default ruleset...,quickstart,Security pmd", - "ApexOpenRedirect apex Security Default ruleset...,quickstart,Security pmd", - "ApexSharingViolations apex Security Default ruleset...,quickstart,Security pmd", - "ApexSOQLInjection apex Security Default ruleset...,quickstart,Security pmd", - "ApexSuggestUsingNamedCred apex Security Default ruleset...,quickstart,Security pmd", - "ApexXSSFromEscapeFalse apex Security Default ruleset...,quickstart,Security pmd", - "ApexXSSFromURLParam apex Security Default ruleset...,quickstart,Security pmd", - "ClassNamingConventions apex Code Style Default ruleset...,quickstart,Style pmd", + "ApexDangerousMethods apex Security Security,Default ruleset...,quickstart pmd", + "ApexInsecureEndpoint apex Security Security,Default ruleset...,quickstart pmd", + "ApexOpenRedirect apex Security Security,Default ruleset...,quickstart pmd", + "ApexSharingViolations apex Security Security,Default ruleset...,quickstart pmd", + "ApexSOQLInjection apex Security Security,Default ruleset...,quickstart pmd", + "ApexSuggestUsingNamedCred apex Security Security,Default ruleset...,quickstart pmd", + "ApexXSSFromEscapeFalse apex Security Security,Default ruleset...,quickstart pmd", + "ApexXSSFromURLParam apex Security Security,Default ruleset...,quickstart pmd", + "ClassNamingConventions apex Code Style Style,Default ruleset...,quickstart pmd", "IfElseStmtsMustUseBraces apex Code Style Default ruleset...,quickstart,Braces pmd", "IfStmtsMustUseBraces apex Code Style Default ruleset...,quickstart,Braces pmd", "FieldDeclarationsShouldBeAtStart apex Code Style pmd", @@ -5739,26 +5739,26 @@ "ForLoopsMustUseBraces apex Code Style Default ruleset...,quickstart,Braces pmd", "FormalParameterNamingConventions apex Code Style quickstart pmd", "LocalVariableNamingConventions apex Code Style quickstart pmd", - "MethodNamingConventions apex Code Style Default ruleset...,quickstart,Style pmd", + "MethodNamingConventions apex Code Style Style,Default ruleset...,quickstart pmd", "OneDeclarationPerLine apex Code Style Default ruleset...,quickstart pmd", "PropertyNamingConventions apex Code Style quickstart pmd", - "VariableNamingConventions apex Code Style Default ruleset...,Style pmd", + "VariableNamingConventions apex Code Style Style,Default ruleset... pmd", "WhileLoopsMustUseBraces apex Code Style Default ruleset...,quickstart,Braces pmd", - "AvoidDeeplyNestedIfStmts apex Design Default ruleset...,quickstart,Complexity pmd", - "CyclomaticComplexity apex Design Default ruleset...,quickstart,Metrics tempora... pmd", + "AvoidDeeplyNestedIfStmts apex Design Default ruleset...,Complexity,quickstart pmd", + "CyclomaticComplexity apex Design Metrics tempora...,Default ruleset...,quickstart pmd", "CognitiveComplexity apex Design pmd", - "ExcessiveClassLength apex Design Default ruleset...,quickstart,Complexity pmd", - "ExcessiveParameterList apex Design Default ruleset...,quickstart,Complexity pmd", - "ExcessivePublicCount apex Design Default ruleset...,quickstart,Complexity pmd", - "NcssConstructorCount apex Design Default ruleset...,quickstart,Complexity pmd", - "NcssMethodCount apex Design Default ruleset...,quickstart,Complexity pmd", - "NcssTypeCount apex Design Default ruleset...,quickstart,Complexity pmd", - "StdCyclomaticComplexity apex Design Default ruleset...,quickstart,Complexity pmd", - "TooManyFields apex Design Default ruleset...,quickstart,Complexity pmd", + "ExcessiveClassLength apex Design Default ruleset...,Complexity,quickstart pmd", + "ExcessiveParameterList apex Design Default ruleset...,Complexity,quickstart pmd", + "ExcessivePublicCount apex Design Default ruleset...,Complexity,quickstart pmd", + "NcssConstructorCount apex Design Default ruleset...,Complexity,quickstart pmd", + "NcssMethodCount apex Design Default ruleset...,Complexity,quickstart pmd", + "NcssTypeCount apex Design Default ruleset...,Complexity,quickstart pmd", + "StdCyclomaticComplexity apex Design Default ruleset...,Complexity,quickstart pmd", + "TooManyFields apex Design Default ruleset...,Complexity,quickstart pmd", "ApexDoc apex Documentation Default ruleset...,quickstart pmd", "ApexCSRF apex Error Prone Default ruleset...,quickstart pmd", - "AvoidDirectAccessTriggerMap apex Error Prone Default ruleset...,quickstart,Style pmd", - "AvoidHardcodingId apex Error Prone Default ruleset...,quickstart,Style pmd", + "AvoidDirectAccessTriggerMap apex Error Prone Style,Default ruleset...,quickstart pmd", + "AvoidHardcodingId apex Error Prone Style,Default ruleset...,quickstart pmd", "AvoidNonExistentAnnotations apex Error Prone Default ruleset...,quickstart pmd", "EmptyCatchBlock apex Error Prone Default ruleset...,quickstart,Empty Code pmd", "EmptyIfStmt apex Error Prone Default ruleset...,quickstart,Empty Code pmd", @@ -5766,7 +5766,7 @@ "EmptyTryOrFinallyBlock apex Error Prone Default ruleset...,quickstart,Empty Code pmd", "EmptyWhileStmt apex Error Prone Default ruleset...,quickstart,Empty Code pmd", "InaccessibleAuraEnabledGetter apex Error Prone pmd", - "MethodWithSameNameAsEnclosingClass apex Error Prone Default ruleset...,quickstart,Style pmd", + "MethodWithSameNameAsEnclosingClass apex Error Prone Style,Default ruleset...,quickstart pmd", "OverrideBothEqualsAndHashcode apex Error Prone pmd", "TestMethodsMustBeInTestClasses apex Error Prone pmd", "constructor-super javascript ECMAScript 6 ECMAScript 6 eslint", @@ -7281,7 +7281,7 @@ " terragrunt-json-out The file path that terragrunt should use when rendering the terragrunt.hcl config as json. Only used in the render-json command. Defaults to terragrunt_rendered.json.", "", "VERSION:", - " v0.36.9", + " v0.36.10", "", "AUTHOR(S):", " Gruntwork ", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index 9bcdefbb2cc..bae9979b283 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.59.1", - "checkov": "2.0.1113", + "checkov": "2.0.1118", "checkstyle": "10.2", "chktex": "1.7.6", "clippy": "0.1.60", @@ -25,7 +25,7 @@ "gherkin-lint": "0.0.0", "git_diff": "2.30.3", "golangci-lint": "1.45.2", - "graphql-schema-linter": "2.0.1", + "graphql-schema-linter": "2.0.2", "hadolint": "2.10.0", "htmlhint": "1.1.4", "isort": "5.10.1", @@ -80,7 +80,7 @@ "swiftlint": "0.46.5", "tekton-lint": "0.6.0", "terraform-fmt": "1.1.9", - "terragrunt": "0.36.9", + "terragrunt": "0.36.10", "terrascan": "1.14.0", "tflint": "0.35.0", "tsqllint": "1.14.5.0", diff --git a/.automation/generated/megalinter-users.json b/.automation/generated/megalinter-users.json index 096bcd21ee7..1aba7edc05a 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": 629, - "forks_count": 629, + "forks": 630, + "forks_count": 630, "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": 629, + "network_count": 630, "node_id": "MDEwOlJlcG9zaXRvcnkxNjM4ODMyNzk=", "notifications_url": "https://api.github.com/repos/nektos/act/notifications{?since,all,participating}", - "open_issues": 77, - "open_issues_count": 77, + "open_issues": 80, + "open_issues_count": 80, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/3813618?v=4", "events_url": "https://api.github.com/users/nektos/events{/privacy}", @@ -106,11 +106,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/nektos/act/pulls{/number}", - "pushed_at": "2022-05-04T20:11:58Z", + "pushed_at": "2022-05-05T07:41:01Z", "releases_url": "https://api.github.com/repos/nektos/act/releases{/id}", - "size": 5902, + "size": 5919, "ssh_url": "git@github.com:nektos/act.git", - "stargazers_count": 23866, + "stargazers_count": 23888, "stargazers_url": "https://api.github.com/repos/nektos/act/stargazers", "statuses_url": "https://api.github.com/repos/nektos/act/statuses/{sha}", "subscribers_count": 106, @@ -127,14 +127,14 @@ "golang" ], "trees_url": "https://api.github.com/repos/nektos/act/git/trees{/sha}", - "updated_at": "2022-05-05T02:14:52Z", + "updated_at": "2022-05-05T21:37:29Z", "url": "https://api.github.com/repos/nektos/act", "visibility": "public", - "watchers": 23866, - "watchers_count": 23866 + "watchers": 23888, + "watchers_count": 23888 }, "repo_url": "https://github.com/nektos/act", - "stargazers": 23866 + "stargazers": 23888 }, { "info": { @@ -159,8 +159,8 @@ "downloads_url": "https://api.github.com/repos/stepancheg/rust-protobuf/downloads", "events_url": "https://api.github.com/repos/stepancheg/rust-protobuf/events", "fork": false, - "forks": 302, - "forks_count": 302, + "forks": 303, + "forks_count": 303, "forks_url": "https://api.github.com/repos/stepancheg/rust-protobuf/forks", "full_name": "stepancheg/rust-protobuf", "git_commits_url": "https://api.github.com/repos/stepancheg/rust-protobuf/git/commits{/sha}", @@ -195,11 +195,11 @@ "milestones_url": "https://api.github.com/repos/stepancheg/rust-protobuf/milestones{/number}", "mirror_url": null, "name": "rust-protobuf", - "network_count": 302, + "network_count": 303, "node_id": "MDEwOlJlcG9zaXRvcnkxMTcyNjYxNg==", "notifications_url": "https://api.github.com/repos/stepancheg/rust-protobuf/notifications{?since,all,participating}", - "open_issues": 18, - "open_issues_count": 18, + "open_issues": 20, + "open_issues_count": 20, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/28969?v=4", "events_url": "https://api.github.com/users/stepancheg/events{/privacy}", @@ -222,11 +222,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/stepancheg/rust-protobuf/pulls{/number}", - "pushed_at": "2022-05-02T10:29:15Z", + "pushed_at": "2022-05-05T17:17:20Z", "releases_url": "https://api.github.com/repos/stepancheg/rust-protobuf/releases{/id}", "size": 55812, "ssh_url": "git@github.com:stepancheg/rust-protobuf.git", - "stargazers_count": 2015, + "stargazers_count": 2025, "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-05-05T02:28:41Z", + "updated_at": "2022-05-05T21:17:41Z", "url": "https://api.github.com/repos/stepancheg/rust-protobuf", "visibility": "public", - "watchers": 2015, - "watchers_count": 2015 + "watchers": 2025, + "watchers_count": 2025 }, "repo_url": "https://github.com/stepancheg/rust-protobuf", - "stargazers": 2015 + "stargazers": 2025 }, { "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": 88, - "forks_count": 88, + "forks": 89, + "forks_count": 89, "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": 88, + "network_count": 89, "node_id": "MDEwOlJlcG9zaXRvcnkzMDQ4MzAyMjY=", "notifications_url": "https://api.github.com/repos/megalinter/megalinter/notifications{?since,all,participating}", - "open_issues": 29, - "open_issues_count": 29, + "open_issues": 30, + "open_issues_count": 30, "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-05-04T06:06:38Z", + "pushed_at": "2022-05-05T22:04:53Z", "releases_url": "https://api.github.com/repos/megalinter/megalinter/releases{/id}", - "size": 130135, + "size": 130405, "ssh_url": "git@github.com:megalinter/megalinter.git", - "stargazers_count": 609, + "stargazers_count": 613, "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-05-04T10:59:58Z", + "updated_at": "2022-05-05T20:28:27Z", "url": "https://api.github.com/repos/megalinter/megalinter", "visibility": "public", - "watchers": 609, - "watchers_count": 609 + "watchers": 613, + "watchers_count": 613 }, "repo_url": "https://github.com/megalinter/megalinter", - "stargazers": 609 + "stargazers": 613 }, { "info": { @@ -669,8 +669,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": 78, - "forks_count": 78, + "forks": 79, + "forks_count": 79, "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}", @@ -705,11 +705,11 @@ "milestones_url": "https://api.github.com/repos/onedr0p/home-ops/milestones{/number}", "mirror_url": null, "name": "home-ops", - "network_count": 78, + "network_count": 79, "node_id": "MDEwOlJlcG9zaXRvcnkyMzA5OTk4MjY=", "notifications_url": "https://api.github.com/repos/onedr0p/home-ops/notifications{?since,all,participating}", - "open_issues": 16, - "open_issues_count": 16, + "open_issues": 17, + "open_issues_count": 17, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/213795?v=4", "events_url": "https://api.github.com/users/onedr0p/events{/privacy}", @@ -732,11 +732,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/onedr0p/home-ops/pulls{/number}", - "pushed_at": "2022-05-04T19:04:06Z", + "pushed_at": "2022-05-05T22:16:09Z", "releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}", - "size": 23316, + "size": 23324, "ssh_url": "git@github.com:onedr0p/home-ops.git", - "stargazers_count": 505, + "stargazers_count": 506, "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": 10, @@ -758,14 +758,14 @@ "terraform" ], "trees_url": "https://api.github.com/repos/onedr0p/home-ops/git/trees{/sha}", - "updated_at": "2022-05-03T19:24:35Z", + "updated_at": "2022-05-05T13:15:48Z", "url": "https://api.github.com/repos/onedr0p/home-ops", "visibility": "public", - "watchers": 505, - "watchers_count": 505 + "watchers": 506, + "watchers_count": 506 }, "repo_url": "https://github.com/onedr0p/home-ops", - "stargazers": 505 + "stargazers": 506 }, { "info": { @@ -871,7 +871,7 @@ "releases_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/releases{/id}", "size": 377, "ssh_url": "git@github.com:practicalli/clojure-deps-edn.git", - "stargazers_count": 369, + "stargazers_count": 370, "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, @@ -887,14 +887,14 @@ "deps-edn" ], "trees_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/git/trees{/sha}", - "updated_at": "2022-05-04T17:18:17Z", + "updated_at": "2022-05-05T07:32:06Z", "url": "https://api.github.com/repos/practicalli/clojure-deps-edn", "visibility": "public", - "watchers": 369, - "watchers_count": 369 + "watchers": 370, + "watchers_count": 370 }, "repo_url": "https://github.com/practicalli/clojure-deps-edn", - "stargazers": 369 + "stargazers": 370 }, { "info": { @@ -1033,8 +1033,8 @@ "downloads_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/downloads", "events_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/events", "fork": false, - "forks": 868, - "forks_count": 868, + "forks": 870, + "forks_count": 870, "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}", @@ -1069,11 +1069,11 @@ "milestones_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/milestones{/number}", "mirror_url": null, "name": "CIPP", - "network_count": 868, + "network_count": 870, "node_id": "R_kgDOGNiHEA", "notifications_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/notifications{?since,all,participating}", - "open_issues": 9, - "open_issues_count": 9, + "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}", @@ -1096,9 +1096,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/pulls{/number}", - "pushed_at": "2022-05-04T11:34:49Z", + "pushed_at": "2022-05-05T10:34:06Z", "releases_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/releases{/id}", - "size": 47442, + "size": 47317, "ssh_url": "git@github.com:KelvinTegelaar/CIPP.git", "stargazers_count": 330, "stargazers_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/stargazers", @@ -1183,8 +1183,8 @@ "network_count": 18, "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": 7, + "open_issues_count": 7, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/6213398?v=4", "events_url": "https://api.github.com/users/bjw-s/events{/privacy}", @@ -1207,9 +1207,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/bjw-s/home-ops/pulls{/number}", - "pushed_at": "2022-05-04T22:07:17Z", + "pushed_at": "2022-05-05T20:28:48Z", "releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}", - "size": 29613, + "size": 29642, "ssh_url": "git@github.com:bjw-s/home-ops.git", "stargazers_count": 131, "stargazers_url": "https://api.github.com/repos/bjw-s/home-ops/stargazers", @@ -1328,7 +1328,7 @@ "releases_url": "https://api.github.com/repos/unixorn/tumult.plugin.zsh/releases{/id}", "size": 371, "ssh_url": "git@github.com:unixorn/tumult.plugin.zsh.git", - "stargazers_count": 124, + "stargazers_count": 125, "stargazers_url": "https://api.github.com/repos/unixorn/tumult.plugin.zsh/stargazers", "statuses_url": "https://api.github.com/repos/unixorn/tumult.plugin.zsh/statuses/{sha}", "subscribers_count": 1, @@ -1349,14 +1349,14 @@ "zsh-plugins" ], "trees_url": "https://api.github.com/repos/unixorn/tumult.plugin.zsh/git/trees{/sha}", - "updated_at": "2022-04-30T21:25:47Z", + "updated_at": "2022-05-05T06:16:08Z", "url": "https://api.github.com/repos/unixorn/tumult.plugin.zsh", "visibility": "public", - "watchers": 124, - "watchers_count": 124 + "watchers": 125, + "watchers_count": 125 }, "repo_url": "https://github.com/unixorn/tumult.plugin.zsh", - "stargazers": 124 + "stargazers": 125 }, { "info": { @@ -1464,9 +1464,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/pulls{/number}", - "pushed_at": "2022-05-03T23:53:37Z", + "pushed_at": "2022-05-05T18:32:32Z", "releases_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/releases{/id}", - "size": 16232, + "size": 16251, "ssh_url": "git@github.com:newrelic/newrelic-python-agent.git", "stargazers_count": 110, "stargazers_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/stargazers", @@ -1712,9 +1712,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/practicalli/spacemacs/pulls{/number}", - "pushed_at": "2022-04-30T11:58:18Z", + "pushed_at": "2022-05-05T20:12:58Z", "releases_url": "https://api.github.com/repos/practicalli/spacemacs/releases{/id}", - "size": 59650, + "size": 60204, "ssh_url": "git@github.com:practicalli/spacemacs.git", "stargazers_count": 83, "stargazers_url": "https://api.github.com/repos/practicalli/spacemacs/stargazers", @@ -1842,9 +1842,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/practicalli/spacemacs/pulls{/number}", - "pushed_at": "2022-04-30T11:58:18Z", + "pushed_at": "2022-05-05T20:12:58Z", "releases_url": "https://api.github.com/repos/practicalli/spacemacs/releases{/id}", - "size": 59650, + "size": 60204, "ssh_url": "git@github.com:practicalli/spacemacs.git", "stargazers_count": 83, "stargazers_url": "https://api.github.com/repos/practicalli/spacemacs/stargazers", @@ -1934,8 +1934,8 @@ "network_count": 26, "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2MzQzNzc=", "notifications_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/notifications{?since,all,participating}", - "open_issues": 60, - "open_issues_count": 60, + "open_issues": 61, + "open_issues_count": 61, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/52803776?v=4", "events_url": "https://api.github.com/users/oasisprotocol/events{/privacy}", @@ -2485,7 +2485,7 @@ "releases_url": "https://api.github.com/repos/unixorn/lima-xbar-plugin/releases{/id}", "size": 289, "ssh_url": "git@github.com:unixorn/lima-xbar-plugin.git", - "stargazers_count": 45, + "stargazers_count": 48, "stargazers_url": "https://api.github.com/repos/unixorn/lima-xbar-plugin/stargazers", "statuses_url": "https://api.github.com/repos/unixorn/lima-xbar-plugin/statuses/{sha}", "subscribers_count": 2, @@ -2506,14 +2506,14 @@ "xbar-plugin" ], "trees_url": "https://api.github.com/repos/unixorn/lima-xbar-plugin/git/trees{/sha}", - "updated_at": "2022-04-21T04:39:42Z", + "updated_at": "2022-05-05T19:56:51Z", "url": "https://api.github.com/repos/unixorn/lima-xbar-plugin", "visibility": "public", - "watchers": 45, - "watchers_count": 45 + "watchers": 48, + "watchers_count": 48 }, "repo_url": "https://github.com/unixorn/lima-xbar-plugin", - "stargazers": 45 + "stargazers": 48 }, { "info": { @@ -3549,8 +3549,8 @@ "network_count": 2, "node_id": "MDEwOlJlcG9zaXRvcnkzOTE3NjkwNDE=", "notifications_url": "https://api.github.com/repos/jr0dd/home-ops/notifications{?since,all,participating}", - "open_issues": 10, - "open_issues_count": 10, + "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}", @@ -3573,9 +3573,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}", - "pushed_at": "2022-05-04T20:21:59Z", + "pushed_at": "2022-05-05T22:17:51Z", "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", - "size": 4194, + "size": 4212, "ssh_url": "git@github.com:jr0dd/home-ops.git", "stargazers_count": 21, "stargazers_url": "https://api.github.com/repos/jr0dd/home-ops/stargazers", @@ -3807,9 +3807,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/rwaltr/infra/pulls{/number}", - "pushed_at": "2022-05-04T17:25:40Z", + "pushed_at": "2022-05-05T22:16:34Z", "releases_url": "https://api.github.com/repos/rwaltr/infra/releases{/id}", - "size": 1499, + "size": 1501, "ssh_url": "git@github.com:rwaltr/infra.git", "stargazers_count": 17, "stargazers_url": "https://api.github.com/repos/rwaltr/infra/stargazers", @@ -4042,8 +4042,8 @@ "network_count": 4, "node_id": "MDEwOlJlcG9zaXRvcnkzNjM5OTQ2ODM=", "notifications_url": "https://api.github.com/repos/GSA/usagov-benefits-eligibility/notifications{?since,all,participating}", - "open_issues": 61, - "open_issues_count": 61, + "open_issues": 62, + "open_issues_count": 62, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/643070?v=4", "events_url": "https://api.github.com/users/GSA/events{/privacy}", @@ -4086,9 +4086,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/GSA/usagov-benefits-eligibility/pulls{/number}", - "pushed_at": "2022-05-05T01:34:32Z", + "pushed_at": "2022-05-05T22:09:15Z", "releases_url": "https://api.github.com/repos/GSA/usagov-benefits-eligibility/releases{/id}", - "size": 5495, + "size": 6051, "ssh_url": "git@github.com:GSA/usagov-benefits-eligibility.git", "stargazers_count": 13, "stargazers_url": "https://api.github.com/repos/GSA/usagov-benefits-eligibility/stargazers", @@ -4236,6 +4236,124 @@ "repo_url": "https://github.com/practicalli/clojurescript", "stargazers": 13 }, + { + "info": { + "allow_forking": true, + "archive_url": "https://api.github.com/repos/0dragosh/homelab-k3s/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/0dragosh/homelab-k3s/assignees{/user}", + "blobs_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/0dragosh/homelab-k3s/branches{/branch}", + "clone_url": "https://github.com/0dragosh/homelab-k3s.git", + "collaborators_url": "https://api.github.com/repos/0dragosh/homelab-k3s/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/0dragosh/homelab-k3s/comments{/number}", + "commits_url": "https://api.github.com/repos/0dragosh/homelab-k3s/commits{/sha}", + "compare_url": "https://api.github.com/repos/0dragosh/homelab-k3s/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/0dragosh/homelab-k3s/contents/{+path}", + "contributors_url": "https://api.github.com/repos/0dragosh/homelab-k3s/contributors", + "created_at": "2021-07-04T13:49:12Z", + "default_branch": "main", + "deployments_url": "https://api.github.com/repos/0dragosh/homelab-k3s/deployments", + "description": "GitOps managed k3s homelab on Intel NUCs with FluxCD & Cloudflare Access", + "disabled": false, + "downloads_url": "https://api.github.com/repos/0dragosh/homelab-k3s/downloads", + "events_url": "https://api.github.com/repos/0dragosh/homelab-k3s/events", + "fork": false, + "forks": 0, + "forks_count": 0, + "forks_url": "https://api.github.com/repos/0dragosh/homelab-k3s/forks", + "full_name": "0dragosh/homelab-k3s", + "git_commits_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/tags{/sha}", + "git_url": "git://github.com/0dragosh/homelab-k3s.git", + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": "", + "hooks_url": "https://api.github.com/repos/0dragosh/homelab-k3s/hooks", + "html_url": "https://github.com/0dragosh/homelab-k3s", + "id": 382863291, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/0dragosh/homelab-k3s/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/0dragosh/homelab-k3s/issues/events{/number}", + "issues_url": "https://api.github.com/repos/0dragosh/homelab-k3s/issues{/number}", + "keys_url": "https://api.github.com/repos/0dragosh/homelab-k3s/keys{/key_id}", + "labels_url": "https://api.github.com/repos/0dragosh/homelab-k3s/labels{/name}", + "language": "Shell", + "languages_url": "https://api.github.com/repos/0dragosh/homelab-k3s/languages", + "license": null, + "merges_url": "https://api.github.com/repos/0dragosh/homelab-k3s/merges", + "milestones_url": "https://api.github.com/repos/0dragosh/homelab-k3s/milestones{/number}", + "mirror_url": null, + "name": "homelab-k3s", + "network_count": 0, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI4NjMyOTE=", + "notifications_url": "https://api.github.com/repos/0dragosh/homelab-k3s/notifications{?since,all,participating}", + "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}", + "followers_url": "https://api.github.com/users/0dragosh/followers", + "following_url": "https://api.github.com/users/0dragosh/following{/other_user}", + "gists_url": "https://api.github.com/users/0dragosh/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/0dragosh", + "id": 39906742, + "login": "0dragosh", + "node_id": "MDQ6VXNlcjM5OTA2NzQy", + "organizations_url": "https://api.github.com/users/0dragosh/orgs", + "received_events_url": "https://api.github.com/users/0dragosh/received_events", + "repos_url": "https://api.github.com/users/0dragosh/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/0dragosh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/0dragosh/subscriptions", + "type": "User", + "url": "https://api.github.com/users/0dragosh" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/0dragosh/homelab-k3s/pulls{/number}", + "pushed_at": "2022-05-05T22:25:09Z", + "releases_url": "https://api.github.com/repos/0dragosh/homelab-k3s/releases{/id}", + "size": 2675, + "ssh_url": "git@github.com:0dragosh/homelab-k3s.git", + "stargazers_count": 12, + "stargazers_url": "https://api.github.com/repos/0dragosh/homelab-k3s/stargazers", + "statuses_url": "https://api.github.com/repos/0dragosh/homelab-k3s/statuses/{sha}", + "subscribers_count": 2, + "subscribers_url": "https://api.github.com/repos/0dragosh/homelab-k3s/subscribers", + "subscription_url": "https://api.github.com/repos/0dragosh/homelab-k3s/subscription", + "svn_url": "https://github.com/0dragosh/homelab-k3s", + "tags_url": "https://api.github.com/repos/0dragosh/homelab-k3s/tags", + "teams_url": "https://api.github.com/repos/0dragosh/homelab-k3s/teams", + "temp_clone_token": null, + "topics": [ + "cloudflare-access", + "fluxcd", + "gitops", + "homelab", + "homelab-setup", + "k3s", + "kubernetes", + "plex", + "radarr", + "renovate", + "self-hosted", + "sonarr" + ], + "trees_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/trees{/sha}", + "updated_at": "2022-05-05T17:04:41Z", + "url": "https://api.github.com/repos/0dragosh/homelab-k3s", + "visibility": "public", + "watchers": 12, + "watchers_count": 12 + }, + "repo_url": "https://github.com/0dragosh/homelab-k3s", + "stargazers": 12 + }, { "info": { "allow_forking": true, @@ -4353,124 +4471,6 @@ "repo_url": "https://github.com/quackduck/ncis", "stargazers": 11 }, - { - "info": { - "allow_forking": true, - "archive_url": "https://api.github.com/repos/0dragosh/homelab-k3s/{archive_format}{/ref}", - "archived": false, - "assignees_url": "https://api.github.com/repos/0dragosh/homelab-k3s/assignees{/user}", - "blobs_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/0dragosh/homelab-k3s/branches{/branch}", - "clone_url": "https://github.com/0dragosh/homelab-k3s.git", - "collaborators_url": "https://api.github.com/repos/0dragosh/homelab-k3s/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/0dragosh/homelab-k3s/comments{/number}", - "commits_url": "https://api.github.com/repos/0dragosh/homelab-k3s/commits{/sha}", - "compare_url": "https://api.github.com/repos/0dragosh/homelab-k3s/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/0dragosh/homelab-k3s/contents/{+path}", - "contributors_url": "https://api.github.com/repos/0dragosh/homelab-k3s/contributors", - "created_at": "2021-07-04T13:49:12Z", - "default_branch": "main", - "deployments_url": "https://api.github.com/repos/0dragosh/homelab-k3s/deployments", - "description": "GitOps managed k3s homelab on Intel NUCs with FluxCD & Cloudflare Access", - "disabled": false, - "downloads_url": "https://api.github.com/repos/0dragosh/homelab-k3s/downloads", - "events_url": "https://api.github.com/repos/0dragosh/homelab-k3s/events", - "fork": false, - "forks": 0, - "forks_count": 0, - "forks_url": "https://api.github.com/repos/0dragosh/homelab-k3s/forks", - "full_name": "0dragosh/homelab-k3s", - "git_commits_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/tags{/sha}", - "git_url": "git://github.com/0dragosh/homelab-k3s.git", - "has_downloads": true, - "has_issues": true, - "has_pages": false, - "has_projects": true, - "has_wiki": true, - "homepage": "", - "hooks_url": "https://api.github.com/repos/0dragosh/homelab-k3s/hooks", - "html_url": "https://github.com/0dragosh/homelab-k3s", - "id": 382863291, - "is_template": false, - "issue_comment_url": "https://api.github.com/repos/0dragosh/homelab-k3s/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/0dragosh/homelab-k3s/issues/events{/number}", - "issues_url": "https://api.github.com/repos/0dragosh/homelab-k3s/issues{/number}", - "keys_url": "https://api.github.com/repos/0dragosh/homelab-k3s/keys{/key_id}", - "labels_url": "https://api.github.com/repos/0dragosh/homelab-k3s/labels{/name}", - "language": "Shell", - "languages_url": "https://api.github.com/repos/0dragosh/homelab-k3s/languages", - "license": null, - "merges_url": "https://api.github.com/repos/0dragosh/homelab-k3s/merges", - "milestones_url": "https://api.github.com/repos/0dragosh/homelab-k3s/milestones{/number}", - "mirror_url": null, - "name": "homelab-k3s", - "network_count": 0, - "node_id": "MDEwOlJlcG9zaXRvcnkzODI4NjMyOTE=", - "notifications_url": "https://api.github.com/repos/0dragosh/homelab-k3s/notifications{?since,all,participating}", - "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}", - "followers_url": "https://api.github.com/users/0dragosh/followers", - "following_url": "https://api.github.com/users/0dragosh/following{/other_user}", - "gists_url": "https://api.github.com/users/0dragosh/gists{/gist_id}", - "gravatar_id": "", - "html_url": "https://github.com/0dragosh", - "id": 39906742, - "login": "0dragosh", - "node_id": "MDQ6VXNlcjM5OTA2NzQy", - "organizations_url": "https://api.github.com/users/0dragosh/orgs", - "received_events_url": "https://api.github.com/users/0dragosh/received_events", - "repos_url": "https://api.github.com/users/0dragosh/repos", - "site_admin": false, - "starred_url": "https://api.github.com/users/0dragosh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/0dragosh/subscriptions", - "type": "User", - "url": "https://api.github.com/users/0dragosh" - }, - "private": false, - "pulls_url": "https://api.github.com/repos/0dragosh/homelab-k3s/pulls{/number}", - "pushed_at": "2022-05-04T20:04:59Z", - "releases_url": "https://api.github.com/repos/0dragosh/homelab-k3s/releases{/id}", - "size": 2673, - "ssh_url": "git@github.com:0dragosh/homelab-k3s.git", - "stargazers_count": 11, - "stargazers_url": "https://api.github.com/repos/0dragosh/homelab-k3s/stargazers", - "statuses_url": "https://api.github.com/repos/0dragosh/homelab-k3s/statuses/{sha}", - "subscribers_count": 2, - "subscribers_url": "https://api.github.com/repos/0dragosh/homelab-k3s/subscribers", - "subscription_url": "https://api.github.com/repos/0dragosh/homelab-k3s/subscription", - "svn_url": "https://github.com/0dragosh/homelab-k3s", - "tags_url": "https://api.github.com/repos/0dragosh/homelab-k3s/tags", - "teams_url": "https://api.github.com/repos/0dragosh/homelab-k3s/teams", - "temp_clone_token": null, - "topics": [ - "cloudflare-access", - "fluxcd", - "gitops", - "homelab", - "homelab-setup", - "k3s", - "kubernetes", - "plex", - "radarr", - "renovate", - "self-hosted", - "sonarr" - ], - "trees_url": "https://api.github.com/repos/0dragosh/homelab-k3s/git/trees{/sha}", - "updated_at": "2022-04-20T03:13:48Z", - "url": "https://api.github.com/repos/0dragosh/homelab-k3s", - "visibility": "public", - "watchers": 11, - "watchers_count": 11 - }, - "repo_url": "https://github.com/0dragosh/homelab-k3s", - "stargazers": 11 - }, { "info": { "allow_forking": true, @@ -4533,8 +4533,8 @@ "network_count": 5, "node_id": "MDEwOlJlcG9zaXRvcnkxNjE4MzI3MjE=", "notifications_url": "https://api.github.com/repos/jokay/docker-ccu-historian/notifications{?since,all,participating}", - "open_issues": 1, - "open_issues_count": 1, + "open_issues": 3, + "open_issues_count": 3, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/18613935?v=4", "events_url": "https://api.github.com/users/jokay/events{/privacy}", @@ -4557,9 +4557,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jokay/docker-ccu-historian/pulls{/number}", - "pushed_at": "2022-05-04T13:58:50Z", + "pushed_at": "2022-05-05T21:14:01Z", "releases_url": "https://api.github.com/repos/jokay/docker-ccu-historian/releases{/id}", - "size": 211, + "size": 215, "ssh_url": "git@github.com:jokay/docker-ccu-historian.git", "stargazers_count": 10, "stargazers_url": "https://api.github.com/repos/jokay/docker-ccu-historian/stargazers", @@ -4769,8 +4769,8 @@ "network_count": 3, "node_id": "MDEwOlJlcG9zaXRvcnkzODM5MDY1NTk=", "notifications_url": "https://api.github.com/repos/wareismymind/peer/notifications{?since,all,participating}", - "open_issues": 24, - "open_issues_count": 24, + "open_issues": 25, + "open_issues_count": 25, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/28851143?v=4", "events_url": "https://api.github.com/users/wareismymind/events{/privacy}", @@ -4813,9 +4813,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/wareismymind/peer/pulls{/number}", - "pushed_at": "2022-05-01T00:11:49Z", + "pushed_at": "2022-05-05T21:08:29Z", "releases_url": "https://api.github.com/repos/wareismymind/peer/releases{/id}", - "size": 218, + "size": 192, "ssh_url": "git@github.com:wareismymind/peer.git", "stargazers_count": 10, "stargazers_url": "https://api.github.com/repos/wareismymind/peer/stargazers", @@ -4905,8 +4905,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}", @@ -4949,7 +4949,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/ScribeMD/rootless-docker/pulls{/number}", - "pushed_at": "2022-05-04T20:18:42Z", + "pushed_at": "2022-05-05T22:01:47Z", "releases_url": "https://api.github.com/repos/ScribeMD/rootless-docker/releases{/id}", "size": 54, "ssh_url": "git@github.com:ScribeMD/rootless-docker.git", @@ -5086,9 +5086,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/GSA/site-scanning-engine/pulls{/number}", - "pushed_at": "2022-05-04T21:51:06Z", + "pushed_at": "2022-05-05T14:07:08Z", "releases_url": "https://api.github.com/repos/GSA/site-scanning-engine/releases{/id}", - "size": 8224, + "size": 8226, "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", @@ -5603,9 +5603,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/QuantumPL/bib/pulls{/number}", - "pushed_at": "2022-04-30T23:55:29Z", + "pushed_at": "2022-05-05T17:38:54Z", "releases_url": "https://api.github.com/repos/QuantumPL/bib/releases{/id}", - "size": 8517, + "size": 9202, "ssh_url": "git@github.com:QuantumPL/bib.git", "stargazers_count": 6, "stargazers_url": "https://api.github.com/repos/QuantumPL/bib/stargazers", @@ -5932,8 +5932,8 @@ "network_count": 0, "node_id": "R_kgDOGJnRzQ", "notifications_url": "https://api.github.com/repos/ScribeMD/slack-templates/notifications{?since,all,participating}", - "open_issues": 2, - "open_issues_count": 2, + "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}", @@ -5976,9 +5976,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/ScribeMD/slack-templates/pulls{/number}", - "pushed_at": "2022-05-05T00:12:34Z", + "pushed_at": "2022-05-05T17:44:03Z", "releases_url": "https://api.github.com/repos/ScribeMD/slack-templates/releases{/id}", - "size": 119, + "size": 105, "ssh_url": "git@github.com:ScribeMD/slack-templates.git", "stargazers_count": 6, "stargazers_url": "https://api.github.com/repos/ScribeMD/slack-templates/stargazers", @@ -6300,8 +6300,8 @@ "network_count": 1, "node_id": "MDEwOlJlcG9zaXRvcnkzMzEyOTc4ODY=", "notifications_url": "https://api.github.com/repos/jokay/docker-prune/notifications{?since,all,participating}", - "open_issues": 0, - "open_issues_count": 0, + "open_issues": 3, + "open_issues_count": 3, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/18613935?v=4", "events_url": "https://api.github.com/users/jokay/events{/privacy}", @@ -6324,9 +6324,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jokay/docker-prune/pulls{/number}", - "pushed_at": "2022-05-01T09:45:59Z", + "pushed_at": "2022-05-05T20:27:45Z", "releases_url": "https://api.github.com/repos/jokay/docker-prune/releases{/id}", - "size": 150, + "size": 154, "ssh_url": "git@github.com:jokay/docker-prune.git", "stargazers_count": 5, "stargazers_url": "https://api.github.com/repos/jokay/docker-prune/stargazers", diff --git a/CHANGELOG.md b/CHANGELOG.md index e314ff6c17f..2b3162350d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,9 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l - [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from 2.13.1 to **2.13.2** on 2022-05-05 - [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.6.0 to **7.6.1** on 2022-05-05 - [checkov](https://www.checkov.io/) from 2.0.1110 to **2.0.1113** on 2022-05-05 + - [graphql-schema-linter](https://github.com/cjoudrey/graphql-schema-linter) from 2.0.1 to **2.0.2** on 2022-05-05 + - [checkov](https://www.checkov.io/) from 2.0.1113 to **2.0.1118** on 2022-05-05 + - [terragrunt](https://terragrunt.gruntwork.io) from 0.36.9 to **0.36.10** on 2022-05-05 ## [v5.12.0] - 2022-04-23 diff --git a/docs/all_linters.md b/docs/all_linters.md index cb206f7694b..d5f9939f3db 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.59.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.1113 | [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.1118 | [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.60 | | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Web Site](https://github.com/rust-lang/rust-clippy){target=_blank} | @@ -31,7 +31,7 @@ | [**gherkin-lint**](https://github.com/vsiakka/gherkin-lint){target=_blank} | N/A | | [GHERKIN](descriptors/gherkin_gherkin_lint.md) | :white_circle: | [Web Site](https://github.com/vsiakka/gherkin-lint){target=_blank} | | [**git_diff**](https://github.com/git/git){target=_blank} | 2.30.3 | [Other](licenses/git_diff.md) | [GIT](descriptors/git_git_diff.md) | | [Repository](https://github.com/git/git){target=_blank} | | [**golangci-lint**](https://github.com/golangci/golangci-lint){target=_blank} | 1.45.2 | [GPL-3.0](licenses/golangci-lint.md) | [GO](descriptors/go_golangci_lint.md) | :white_circle: | [Repository](https://github.com/golangci/golangci-lint){target=_blank} | -| [**graphql-schema-linter**](https://github.com/cjoudrey/graphql-schema-linter){target=_blank} | 2.0.1 | | [GRAPHQL](descriptors/graphql_graphql_schema_linter.md) | :hammer_and_wrench: | [Pull Request](https://github.com/cjoudrey/graphql-schema-linter/pull/272){target=_blank} | +| [**graphql-schema-linter**](https://github.com/cjoudrey/graphql-schema-linter){target=_blank} | 2.0.2 | | [GRAPHQL](descriptors/graphql_graphql_schema_linter.md) | :hammer_and_wrench: | [Pull Request](https://github.com/cjoudrey/graphql-schema-linter/pull/272){target=_blank} | | [**hadolint**](https://github.com/hadolint/hadolint){target=_blank} | 2.10.0 | | [DOCKERFILE](descriptors/dockerfile_hadolint.md) | :heart: | [MegaLinter reference](https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md#mega-linter){target=_blank} | | [**htmlhint**](https://github.com/htmlhint/HTMLHint){target=_blank} | 1.1.4 | [MIT](licenses/htmlhint.md) | [HTML](descriptors/html_htmlhint.md) | :heart: | [MegaLinter reference](https://htmlhint.com/docs/user-guide/integrations/task-runner){target=_blank} | | [**isort**](https://github.com/PyCQA/isort){target=_blank} | 5.10.1 | [MIT](licenses/isort.md) | [PYTHON](descriptors/python_isort.md) | :white_circle: | [Repository](https://github.com/PyCQA/isort){target=_blank} | @@ -85,7 +85,7 @@ | [**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.1.9 | [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.36.9 | [MIT](licenses/terragrunt.md) | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} | +| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.36.10 | [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} | | [**tsqllint**](https://github.com/tsqllint/tsqllint){target=_blank} | 1.14.5.0 | [MIT](licenses/tsqllint.md) | [SQL](descriptors/sql_tsqllint.md) | :white_circle: | [Repository](https://github.com/tsqllint/tsqllint){target=_blank} | diff --git a/docs/all_users.md b/docs/all_users.md index 950b42c661a..4a119d40614 100644 --- a/docs/all_users.md +++ b/docs/all_users.md @@ -34,8 +34,8 @@ [![hardisgroupcom/vscode-sfdx-hardis - GitHub](https://gh-card.dev/repos/hardisgroupcom/vscode-sfdx-hardis.svg?fullname=)](https://github.com/hardisgroupcom/vscode-sfdx-hardis){target=_blank} [![GSA/usagov-benefits-eligibility - GitHub](https://gh-card.dev/repos/GSA/usagov-benefits-eligibility.svg?fullname=)](https://github.com/GSA/usagov-benefits-eligibility){target=_blank} [![practicalli/clojurescript - GitHub](https://gh-card.dev/repos/practicalli/clojurescript.svg?fullname=)](https://github.com/practicalli/clojurescript){target=_blank} -[![quackduck/ncis - GitHub](https://gh-card.dev/repos/quackduck/ncis.svg?fullname=)](https://github.com/quackduck/ncis){target=_blank} [![0dragosh/homelab-k3s - GitHub](https://gh-card.dev/repos/0dragosh/homelab-k3s.svg?fullname=)](https://github.com/0dragosh/homelab-k3s){target=_blank} +[![quackduck/ncis - GitHub](https://gh-card.dev/repos/quackduck/ncis.svg?fullname=)](https://github.com/quackduck/ncis){target=_blank} [![jokay/docker-ccu-historian - GitHub](https://gh-card.dev/repos/jokay/docker-ccu-historian.svg?fullname=)](https://github.com/jokay/docker-ccu-historian){target=_blank} [![llaville/php-compatinfo-db - GitHub](https://gh-card.dev/repos/llaville/php-compatinfo-db.svg?fullname=)](https://github.com/llaville/php-compatinfo-db){target=_blank} [![wareismymind/peer - GitHub](https://gh-card.dev/repos/wareismymind/peer.svg?fullname=)](https://github.com/wareismymind/peer){target=_blank} diff --git a/docs/descriptors/graphql_graphql_schema_linter.md b/docs/descriptors/graphql_graphql_schema_linter.md index ed3481cf48a..42737f3fd6a 100644 --- a/docs/descriptors/graphql_graphql_schema_linter.md +++ b/docs/descriptors/graphql_graphql_schema_linter.md @@ -4,7 +4,7 @@ ## graphql-schema-linter documentation -- Version in MegaLinter: **2.0.1** +- Version in MegaLinter: **2.0.2** - Visit [Official Web Site](https://github.com/cjoudrey/graphql-schema-linter#readme){target=_blank} - See [How to configure graphql-schema-linter rules](https://github.com/cjoudrey/graphql-schema-linter#configuration-file){target=_blank} - See [How to disable graphql-schema-linter rules in files](https://github.com/cjoudrey/graphql-schema-linter#inline-rule-overrides){target=_blank} diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md index 5edf5e9f153..53566893fc5 100644 --- a/docs/descriptors/python_black.md +++ b/docs/descriptors/python_black.md @@ -112,8 +112,8 @@ Options: input). --python-cell-magics TEXT When processing Jupyter Notebooks, add the given magic to the list of known python- - magics (prun, python, timeit, capture, - python3, time, pypy). Useful for formatting + magics (python3, capture, time, prun, + timeit, python, pypy). Useful for formatting cells with custom python magics. -S, --skip-string-normalization Don't normalize string quotes or prefixes. diff --git a/docs/descriptors/python_flake8.md b/docs/descriptors/python_flake8.md index 0a4d7f23e40..1fda60387e7 100644 --- a/docs/descriptors/python_flake8.md +++ b/docs/descriptors/python_flake8.md @@ -124,8 +124,8 @@ optional arguments: of opening bracket's line. --ignore errors Comma-separated list of errors and warnings to ignore (or skip). For example, ``--ignore=E4,E51,W234``. - (Default: ['E123', 'E24', 'W504', 'E121', 'E126', - 'E704', 'E226', 'W503']) + (Default: ['E226', 'E704', 'E24', 'E121', 'E123', + 'E126', 'W504', 'W503']) --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/salesforce_sfdx_scanner_lwc.md b/docs/descriptors/salesforce_sfdx_scanner_lwc.md index f78022ac2bf..982e17acaae 100644 --- a/docs/descriptors/salesforce_sfdx_scanner_lwc.md +++ b/docs/descriptors/salesforce_sfdx_scanner_lwc.md @@ -229,11 +229,11 @@ VfCsrf visualforce Security VfHtmlStyleTagXss visualforce Security pmd VfUnescapeEl visualforce Security Basic VF pmd ApexAssertionsShouldIncludeMessage apex Best Practices pmd -ApexUnitTestClassShouldHaveAsserts apex Best Practices Default ruleset...,quickstart,ApexUnit pmd +ApexUnitTestClassShouldHaveAsserts apex Best Practices Default ruleset...,ApexUnit,quickstart pmd ApexUnitTestMethodShouldHaveIsTestAnnotation apex Best Practices pmd -ApexUnitTestShouldNotUseSeeAllDataTrue apex Best Practices Default ruleset...,quickstart,ApexUnit pmd -AvoidGlobalModifier apex Best Practices Default ruleset...,quickstart,Style pmd -AvoidLogicInTrigger apex Best Practices Default ruleset...,quickstart,Style pmd +ApexUnitTestShouldNotUseSeeAllDataTrue apex Best Practices Default ruleset...,ApexUnit,quickstart pmd +AvoidGlobalModifier apex Best Practices Style,Default ruleset...,quickstart pmd +AvoidLogicInTrigger apex Best Practices Style,Default ruleset...,quickstart pmd DebugsShouldUseLoggingLevel apex Best Practices quickstart pmd UnusedLocalVariable apex Best Practices pmd AvoidDebugStatements apex Performance pmd @@ -242,18 +242,18 @@ AvoidSoqlInLoops apex Performance AvoidSoslInLoops apex Performance Performance,Default ruleset... pmd EagerlyLoadedDescribeSObjectResult apex Performance pmd OperationWithLimitsInLoop apex Performance quickstart pmd -ApexBadCrypto apex Security Default ruleset...,quickstart,Security pmd -ApexCRUDViolation apex Security Default ruleset...,quickstart,Security pmd +ApexBadCrypto apex Security Security,Default ruleset...,quickstart pmd +ApexCRUDViolation apex Security Security,Default ruleset...,quickstart pmd ApexCSRF apex Security Security pmd -ApexDangerousMethods apex Security Default ruleset...,quickstart,Security pmd -ApexInsecureEndpoint apex Security Default ruleset...,quickstart,Security pmd -ApexOpenRedirect apex Security Default ruleset...,quickstart,Security pmd -ApexSharingViolations apex Security Default ruleset...,quickstart,Security pmd -ApexSOQLInjection apex Security Default ruleset...,quickstart,Security pmd -ApexSuggestUsingNamedCred apex Security Default ruleset...,quickstart,Security pmd -ApexXSSFromEscapeFalse apex Security Default ruleset...,quickstart,Security pmd -ApexXSSFromURLParam apex Security Default ruleset...,quickstart,Security pmd -ClassNamingConventions apex Code Style Default ruleset...,quickstart,Style pmd +ApexDangerousMethods apex Security Security,Default ruleset...,quickstart pmd +ApexInsecureEndpoint apex Security Security,Default ruleset...,quickstart pmd +ApexOpenRedirect apex Security Security,Default ruleset...,quickstart pmd +ApexSharingViolations apex Security Security,Default ruleset...,quickstart pmd +ApexSOQLInjection apex Security Security,Default ruleset...,quickstart pmd +ApexSuggestUsingNamedCred apex Security Security,Default ruleset...,quickstart pmd +ApexXSSFromEscapeFalse apex Security Security,Default ruleset...,quickstart pmd +ApexXSSFromURLParam apex Security Security,Default ruleset...,quickstart pmd +ClassNamingConventions apex Code Style Style,Default ruleset...,quickstart pmd IfElseStmtsMustUseBraces apex Code Style Default ruleset...,quickstart,Braces pmd IfStmtsMustUseBraces apex Code Style Default ruleset...,quickstart,Braces pmd FieldDeclarationsShouldBeAtStart apex Code Style pmd @@ -261,26 +261,26 @@ FieldNamingConventions apex Code Style ForLoopsMustUseBraces apex Code Style Default ruleset...,quickstart,Braces pmd FormalParameterNamingConventions apex Code Style quickstart pmd LocalVariableNamingConventions apex Code Style quickstart pmd -MethodNamingConventions apex Code Style Default ruleset...,quickstart,Style pmd +MethodNamingConventions apex Code Style Style,Default ruleset...,quickstart pmd OneDeclarationPerLine apex Code Style Default ruleset...,quickstart pmd PropertyNamingConventions apex Code Style quickstart pmd -VariableNamingConventions apex Code Style Default ruleset...,Style pmd +VariableNamingConventions apex Code Style Style,Default ruleset... pmd WhileLoopsMustUseBraces apex Code Style Default ruleset...,quickstart,Braces pmd -AvoidDeeplyNestedIfStmts apex Design Default ruleset...,quickstart,Complexity pmd -CyclomaticComplexity apex Design Default ruleset...,quickstart,Metrics tempora... pmd +AvoidDeeplyNestedIfStmts apex Design Default ruleset...,Complexity,quickstart pmd +CyclomaticComplexity apex Design Metrics tempora...,Default ruleset...,quickstart pmd CognitiveComplexity apex Design pmd -ExcessiveClassLength apex Design Default ruleset...,quickstart,Complexity pmd -ExcessiveParameterList apex Design Default ruleset...,quickstart,Complexity pmd -ExcessivePublicCount apex Design Default ruleset...,quickstart,Complexity pmd -NcssConstructorCount apex Design Default ruleset...,quickstart,Complexity pmd -NcssMethodCount apex Design Default ruleset...,quickstart,Complexity pmd -NcssTypeCount apex Design Default ruleset...,quickstart,Complexity pmd -StdCyclomaticComplexity apex Design Default ruleset...,quickstart,Complexity pmd -TooManyFields apex Design Default ruleset...,quickstart,Complexity pmd +ExcessiveClassLength apex Design Default ruleset...,Complexity,quickstart pmd +ExcessiveParameterList apex Design Default ruleset...,Complexity,quickstart pmd +ExcessivePublicCount apex Design Default ruleset...,Complexity,quickstart pmd +NcssConstructorCount apex Design Default ruleset...,Complexity,quickstart pmd +NcssMethodCount apex Design Default ruleset...,Complexity,quickstart pmd +NcssTypeCount apex Design Default ruleset...,Complexity,quickstart pmd +StdCyclomaticComplexity apex Design Default ruleset...,Complexity,quickstart pmd +TooManyFields apex Design Default ruleset...,Complexity,quickstart pmd ApexDoc apex Documentation Default ruleset...,quickstart pmd ApexCSRF apex Error Prone Default ruleset...,quickstart pmd -AvoidDirectAccessTriggerMap apex Error Prone Default ruleset...,quickstart,Style pmd -AvoidHardcodingId apex Error Prone Default ruleset...,quickstart,Style pmd +AvoidDirectAccessTriggerMap apex Error Prone Style,Default ruleset...,quickstart pmd +AvoidHardcodingId apex Error Prone Style,Default ruleset...,quickstart pmd AvoidNonExistentAnnotations apex Error Prone Default ruleset...,quickstart pmd EmptyCatchBlock apex Error Prone Default ruleset...,quickstart,Empty Code pmd EmptyIfStmt apex Error Prone Default ruleset...,quickstart,Empty Code pmd @@ -288,7 +288,7 @@ EmptyStatementBlock apex Error Prone EmptyTryOrFinallyBlock apex Error Prone Default ruleset...,quickstart,Empty Code pmd EmptyWhileStmt apex Error Prone Default ruleset...,quickstart,Empty Code pmd InaccessibleAuraEnabledGetter apex Error Prone pmd -MethodWithSameNameAsEnclosingClass apex Error Prone Default ruleset...,quickstart,Style pmd +MethodWithSameNameAsEnclosingClass apex Error Prone Style,Default ruleset...,quickstart pmd OverrideBothEqualsAndHashcode apex Error Prone pmd TestMethodsMustBeInTestClasses apex Error Prone pmd constructor-super javascript ECMAScript 6 ECMAScript 6 eslint diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index 86dffdf0ee5..2ec70a0ad6b 100644 --- a/docs/descriptors/terraform_checkov.md +++ b/docs/descriptors/terraform_checkov.md @@ -9,7 +9,7 @@ ## checkov documentation -- Version in MegaLinter: **2.0.1113** +- Version in MegaLinter: **2.0.1118** - 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_terragrunt.md b/docs/descriptors/terraform_terragrunt.md index 3d3b47d7fdb..71808cc7362 100644 --- a/docs/descriptors/terraform_terragrunt.md +++ b/docs/descriptors/terraform_terragrunt.md @@ -4,7 +4,7 @@ ## terragrunt documentation -- Version in MegaLinter: **0.36.9** +- Version in MegaLinter: **0.36.10** - Visit [Official Web Site](https://terragrunt.gruntwork.io){target=_blank} - See [How to configure terragrunt rules](https://terragrunt.gruntwork.io/docs/getting-started/configuration/#terragrunt-configuration-file){target=_blank} @@ -114,7 +114,7 @@ GLOBAL OPTIONS: terragrunt-json-out The file path that terragrunt should use when rendering the terragrunt.hcl config as json. Only used in the render-json command. Defaults to terragrunt_rendered.json. VERSION: - v0.36.9 + v0.36.10 AUTHOR(S): Gruntwork