Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Detekt

Supporting the development of Detekt - The Kotlin Static Analyzer
Collective - Host: opensource - https://opencollective.com/detekt - Code: https://github.com/detekt

Replaced "thresholdX" properties of TooManyFunctions rule by "allowedFunctionsX". (#6211)

* Replaced "thresholdX" property of TooManyFunctionsrule by "allowedFunctionsX" (#3679)

The r...

github.com/detekt/detekt - e3cf4daab537c66363851db4eaaacd13b6b35e09 authored over 1 year ago by Matthias Schenk <[email protected]>
Replaced "threshold" property of CouldBeSequence rule by "allowedOperations". (#6212)

* Replaced "threshold" property of CouldBeSequence rule by "allowedOperations" (#3679)

The ru...

github.com/detekt/detekt - 5fc5cc25de85f979c1748434f6ef12c564b47d4b authored over 1 year ago by Matthias Schenk <[email protected]>
Update gradle/wrapper-validation-action digest to 8d49e55 (#6281)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 51a09643357c89d8bb9a0bafcff8de0d4c49fdf8 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency org.jetbrains.kotlinx:kotlinx-html-jvm to v0.9.1 (#6279)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - fd052f25a4704d54739cfb90ee8ba1f8b7c24707 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency gradle to v8.2.1 (#70)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/sarif4k - 0ab841be5261ee19298a2f3b19ea02ca47ac6271 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Reflect Java 20 support in CLI help output (#6277)

github.com/detekt/detekt - 0dd58bf10984b2d1dc117069e79841370627fecd authored over 1 year ago by Matthew Haughton <[email protected]>
Update actions/labeler digest to ac9175f (#6273)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 3bb6da471937f4502be143fb2ff1b33a803177fd authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update gradle/gradle-build-action digest to bd57605 (#6275)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 3192445b8943ae53272a8d2a029030ca0969d51e authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency gradle to v8.2.1 (#6274)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 7cc86f1808efa1f04a15f817d273b301fa45678c authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Don't relocate contester package (#6272)

This dependency has been removed so relocation is no longer required.

github.com/detekt/detekt - 7383f45b721ddc6427554d7c8398d971b2708ebc authored over 1 year ago by Matthew Haughton <[email protected]>
Stop applying treeCopyHandler extension in analysis environment (#6255)

* Stop applying treeCopyHandler extension in analysis environment

This was previously used by k...

github.com/detekt/detekt - ba593207d90e97c96c890740a8a3cf3d0978aee2 authored over 1 year ago by Matthew Haughton <[email protected]>
Shade third party dependencies in compiler plugin uber JAR (#6270)

Fixes #5746

github.com/detekt/detekt - 7d985b442781d4414f5a1d1b4f8f2a22e0bfb4db authored over 1 year ago by Matthew Haughton <[email protected]>
Replace reflections library with classgraph library (#6267)

github.com/detekt/detekt - 12896bf93a1cf5b1692b83338bebe6aa6adb2ba2 authored over 1 year ago by Matthew Haughton <[email protected]>
Kotlin 1.9.0 refactor (#6260)

* Refactor to use Kotlin time API for performance measurement

https://kotlinlang.org/docs/wha...

github.com/detekt/detekt - 4d0f2de80042efb9076da827a8ed16ace93ba300 authored over 1 year ago by Matthew Haughton <[email protected]>
Remove inaccurate statement about autocorrect capability (#6252)

MaximumLineLength does not support autocorrect

github.com/detekt/detekt - 4411432b6ec2c38db32a49a9df473bfb00f17529 authored over 1 year ago by Matthew Haughton <[email protected]>
Switch to SLF4J 2.x (#6266)

ktlint's dependencies have been updated, so detekt can now update to latest
to align.

github.com/detekt/detekt - 6fead252e896495e5b5c2b15062d39e5a93bac03 authored over 1 year ago by Matthew Haughton <[email protected]>
Update compatibility tables for detekt 1.23.0 (#6261)

github.com/detekt/detekt - 21fd94f04c2e112c4d9eb82d9b0080ebfee433cb authored over 1 year ago by Matthew Haughton <[email protected]>
Make InvalidRange aware of rangeUntil operator (#6264)

github.com/detekt/detekt - a4c7e91bdcc0fd7b8ac5df49d2baae9b713a34ea authored over 1 year ago by Matthew Haughton <[email protected]>
Fix tests and re-enable :detekt-compiler-plugin:test task (#6265)

github.com/detekt/detekt - 9b4cd863f5d6d3f2d85f3529c2e1c761a09dde44 authored over 1 year ago by Matthew Haughton <[email protected]>
CanBeNonNullable: Fix false positive when property is defined after assignment (#6210)

* CanBeNonNullable: Fix false positive when property is defined after assignment

* Add tests

github.com/detekt/detekt - 45ed69493a3bfce974c19111c266a49aa85aa353 authored over 1 year ago by Toshiaki Kameyama <[email protected]>
Update kotlin monorepo to v1.9.0 (#6258)

* Update kotlin monorepo to v1.9.0

* Update compiler plugin checksum

* Update detekt-api A...

github.com/detekt/detekt - e740d855ee757d4924ca467cb4f36f52571b1222 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update actions/setup-node digest to e33196f (#6257)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 99abc338452b2feb1c8ed2f7589898091c6a5c47 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update github/codeql-action digest to 46ed16d (#6259)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - bbfe2146647d01dea03f256e37608c68ae1014cf authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency com.pinterest.ktlint:ktlint-ruleset-standard to v0.50.0 (#6239)

* Update dependency com.pinterest.ktlint:ktlint-ruleset-standard to v0.50.0

* Update test code ...

github.com/detekt/detekt - 0209143bb98b896853f56fc19c77451f47e60d7a authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update github/codeql-action digest to 004c5de (#6250)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - d403ff9c152898bd7634eefd8eb64e531c7f1e6c authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Enable Gradle Predictive Test Selection by default (#6244)

* Enable Gradle PTS everywhere except main branch on CI by default

* Disable PTS when generatin...

github.com/detekt/detekt - 06e715ea80b50ca29570f01d2b47828e4c2db203 authored over 1 year ago by Matthew Haughton <[email protected]>
Don't apply base plugin to code coverage module (#6243)

github.com/detekt/detekt - 7ffac68a033907b5311dbfb1eecf3847aaf8f5e1 authored over 1 year ago by Matthew Haughton <[email protected]>
Fail on Gradle script compilation warnings (#6242)

https://docs.gradle.org/8.2/userguide/kotlin_dsl.html#sec:compilation_warnings

github.com/detekt/detekt - 2e0d3e819d43f81052ad75dfdeee842be7adb8e2 authored over 1 year ago by Matthew Haughton <[email protected]>
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.2 (#6246)

github.com/detekt/detekt - 62ac6fc8faf438f0149f7b77ab8dd9c0658b8b7e authored over 1 year ago by Matthew Haughton <[email protected]>
Update github/codeql-action digest to f6e388e (#6231)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - e4796fad90215d3cd5ab1716d0ffb1b9eca7b918 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency gradle to v8.2 (#6241)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 3d7467c2fe679123a843d714640c00a22c2af3c6 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update actions/labeler digest to 0967ca8 (#6237)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 84bb5fd1648552825c67f2c80b75a85503e2c179 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update gradle/gradle-build-action digest to 40b6781 (#6236)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 3228e7044925487010fbc93f102f648263de94d1 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update plugin com.gradle.enterprise to v3.13.4 (#6229)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 82fa59bae46bcf4f87254f8e90e1350c9cee71db authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Replaced "threshold" property of CognitiveComplexMethod rule by "allowedComplexity" (#6184)

* Replaced "threshold" property of CognitiveComplexMethod rule by "allowedComplexity" (#3679)

T...

github.com/detekt/detekt - 57fd02dc477f92219ff42d7ea329cf253fbd463d authored over 1 year ago by Matthias Schenk <[email protected]>
Replaced "threshold" property of ComplexInterface rule by "allowedDefinitions" (#3679) (#6185)

The rule reported an issue when the amount of definitions of a method is greater or equal the va...

github.com/detekt/detekt - 1b55223c7a1e617dce8b69de196831463c0ac51c authored over 1 year ago by Matthias Schenk <[email protected]>
Replaced "threshold" property of NestedScopeFunctions rule by "allowedDepth" (#3679) (#6207)

The rule already correctly reported an issue if the depth of scope functions ts is greater than ...

github.com/detekt/detekt - cba6d9961847c0f659e969012405a3d81755b809 authored over 1 year ago by Matthias Schenk <[email protected]>
Replaced "threshold" property of CyclomaticComplexMethod rule by "allowedComplexity" (#6189)

* Replaced "threshold" property of CyclomaticComplexMethod rule by "allowedComplexity" (#3679)

...

github.com/detekt/detekt - d03c5167cbe52e1980e588c1da4444fc1f04f060 authored over 1 year ago by Matthias Schenk <[email protected]>
MaxChainedCallsOnSameLine: don't count class references as chained calls (#6224)

github.com/detekt/detekt - ed9ad676b5f1b682fd855cf066e8bc76f325c396 authored over 1 year ago by Toshiaki Kameyama <[email protected]>
Update github/codeql-action digest to 6c089f5 (#6215)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - dbbb872c502e04cf2fb9458ce08f2be5d22d4658 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Replaced "threshold" property of LargeClass rule by "allowedLines" (#3679) (#6188)

The rule reported an issue when the amount of lines of a class is greater or equal the value de...

github.com/detekt/detekt - 501aa31d37929bf9924c0573d0fd07ac08279ad4 authored over 1 year ago by Matthias Schenk <[email protected]>
Changed name of rule from SpacingBetweenPackageAndImports to SpacingAfterPackageDeclaration (#6133)

* Changed name of "SpacingBetweenPackageAndImports" rule to "SpacingAfterPackageDeclaration" to ...

github.com/detekt/detekt - d438f18da628e4772573b6af372f95a0def721ca authored over 1 year ago by Matthias Schenk <[email protected]>
Changed name of "FunctionMinLength" rule to "FunctionNameMinLength" to be more explicit (#6131) (#6161)

Co-authored-by: Matthias Schenk <[email protected]>

github.com/detekt/detekt - 61d4c81b2af242065dbfb84557d97eb3347477ee authored over 1 year ago by Matthias Schenk <[email protected]>
Standardize rule code sample spacing (#6216)

Fix some cases where rule kdoc had insufficient spacing (less than 4 spaces), which appears to r...

github.com/detekt/detekt - 3ddaa0055bc579e9076c85f230f9d403a897ce33 authored over 1 year ago by Dominic Zirbel <[email protected]>
Fix typo in ReturnCount rule documentation (#6217)

Fix what appears to be a small typo in the documentation for the ReturnCount rule.

github.com/detekt/detekt - 9e0a847e3c3526b21f1196e58d3d35c120e5b860 authored over 1 year ago by Dominic Zirbel <[email protected]>
Update actions/checkout digest to c85c95e (#6206)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - b77a46542aeba2783bec39d938e4cda68cf61e59 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Changed name of rule from FunctionMaxLength to FunctionNameMaxLength (#6131)

Co-authored-by: Matthias Schenk <[email protected]>

github.com/detekt/detekt - 0ce44274276d20d2474d4294bab096f72f62de21 authored over 1 year ago by Matthias Schenk <[email protected]>
Replaced "threshold" property of NamedArgumentsRule rule by "allowedArguments". (#6204)

Co-authored-by: Matthias Schenk <[email protected]>

github.com/detekt/detekt - 485c4d9f4da0ee329e4699a1ba6426d343116027 authored over 1 year ago by Matthias Schenk <[email protected]>
Replaced "threshold" property of NestedBlockDepth rule by "allowedDepth". (#6205)

Co-authored-by: Matthias Schenk <[email protected]>

github.com/detekt/detekt - 6054c4f23e0665f88bcfde974819ea1448b3821b authored over 1 year ago by Matthias Schenk <[email protected]>
Replaced "threshold" property of MethodOverloading rule by "allowedOverloads" (#6203)

Co-authored-by: Matthias Schenk <[email protected]>

github.com/detekt/detekt - b04e50a45a2e0eae3988edec18a3f2f62d48158e authored over 1 year ago by Matthias Schenk <[email protected]>
Update kotlin monorepo to v1.8.22 (#6192)

* Update kotlin monorepo to v1.8.22

* Update Kotlin compiler checksum for 1.8.22

---------

Co...

github.com/detekt/detekt - 9c6b16f0ff60ab7d4511e90121a662bfd95a87f6 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update plugin gradleVersions to v0.47.0 (#6202)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - d779421f279c757785ade9038db73d3c07e7355a authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add `..<` and `rangeTo` in the `ForEachOnRange` rule (#6197)

github.com/detekt/detekt - 77e4dc035e7009f51a6b98b521dd2c2403a1bdb0 authored over 1 year ago by Atul Gupta <[email protected]>
Update gradle to 8.1.1

github.com/detekt/detekt-custom-rule-template - f0ad204cb2791a892305319ac14363fb614bac72 authored over 1 year ago by Brais Gabín <[email protected]>
Bump jvm from 1.8.21 to 1.8.22

Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.8.22.
- [Release notes](https:...

github.com/detekt/detekt-custom-rule-template - c1897079629b0dd22f8cc8295e249df23e65db52 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Autoupdate github actions

github.com/detekt/detekt-custom-rule-template - e8bec735e0d758b2d18476dfd8f6603b4c61d028 authored over 1 year ago by Brais Gabín <[email protected]>
Replaced "threshold" property of LongMethod rule by "allowedLines" (#6181)

Co-authored-by: Matthias Schenk <[email protected]>

github.com/detekt/detekt - 0dfdaba4f2eeb163e4cb3935b510e0a93e482333 authored over 1 year ago by Matthias Schenk <[email protected]>
Update Detekt to v1.23.0 (#167)

* Update Detekt

* No wildcard import

github.com/detekt/sonar-detekt - d25dbcf098b429131d9cc124a227b8aa744fa934 authored over 1 year ago by Jack Boswell <[email protected]>
Update dependency org.jetbrains.dokka to v1.8.20 (#6183)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 030074c514540c4c18b1345af3ea6b4f615270e5 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Find range call using recursion (#6164)

github.com/detekt/detekt - 59e222bfa2a0042b757941d4d30ddf89b62bff38 authored over 1 year ago by Atul Gupta <[email protected]>
Allow documenting public fun name when same private variable is present (#6165)

* Allow documenting public fun name when same private variable is present

Extend the previous l...

github.com/detekt/detekt - 299c55f07efdfa02d23decc90ebf5b308df957fc authored over 1 year ago by Atul Gupta <[email protected]>
don't report a class with a non-property parameter (#6173)

github.com/detekt/detekt - 03b87b2bd9349707fb94c2a586e971d7902add14 authored over 1 year ago by Mark Vadeika <[email protected]>
Update actions/labeler digest to 9fcb2c2 (#6182)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 58626ec83408674af57df5d968814555bc78020e authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
PropertyUsedBeforeDeclaration: fix false positive in nested/inner class (#6139)

github.com/detekt/detekt - 8c2fe04fc6c06231c8133b1bcc3ab6a7ed1571a0 authored over 1 year ago by Toshiaki Kameyama <[email protected]>
Update plugin binaryCompatibilityValidator to v0.13.2 (#6179)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 7ace28347829bd07ced4eff523064a606f6ebf88 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update github/codeql-action digest to 83f0fe6 (#6174)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 667c4dda650f3a7c0a8c45faccc425ac4e0546a6 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.11 (#6171)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - a82a5ee9db683d77e62464123704f97308491840 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency org.kohsuke:github-api to v1.315 (#6172)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 770252aa119b0805d0fc7d8e926381ef41ba82ba authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Improvement to compiler plugin page (#6160)

* Improvement to compiler plugin page

* reworded to make it explicit that the compiler plugin...

github.com/detekt/detekt - 9fb43530f67d0f70c818bdfc801e849eeac6a668 authored over 1 year ago by Rémy Marquis <[email protected]>
Changed name of "MayBeConst" rule to "MayBeConstant" to be more explicit (#3643) (#6132)

Co-authored-by: Matthias Schenk <[email protected]>

github.com/detekt/detekt - 09e41f7c9527df44d4b5bdf13d6d89a089d133d0 authored over 1 year ago by Matthias Schenk <[email protected]>
Review file level suppressions in all files (#6130)

* Clarify which line the suppression is for.

* Remove historical suppressions

* Fix some s...

github.com/detekt/detekt - c6f22909a8bad7675e3b31b74833b5b309324f73 authored over 1 year ago by Róbert Papp <[email protected]>
StringShouldBeRawString: Ignore `replaceIndent` and `prependIndent` (#6154)

github.com/detekt/detekt - a53e520e7a7a6e133266a9d69a21d37b37986b49 authored over 1 year ago by Atul Gupta <[email protected]>
UnusedPrivateProperty: Fix false postive by ignoring data classes (#6151)

github.com/detekt/detekt - 466c5afd7255d52814959344b2bc901bccadd001 authored over 1 year ago by Atul Gupta <[email protected]>
Assume platform type as non nullable (#6149)

github.com/detekt/detekt - ba2e2622716beaf12510acbec634203fcfe1ffed authored over 1 year ago by Atul Gupta <[email protected]>
Replace `KtLintMultiRule` (#6094)

* remove unused autoCorrect property

* WIP

* WIP

* fix documentation generation

* Al...

github.com/detekt/detekt - 2f31eb6e070347ab00d8e8d517fdd39e00ec0ca8 authored over 1 year ago by marschwar <[email protected]>
Update to stable Gradle 8.1.1

github.com/detekt/detekt-intellij-plugin - b7762c4493ee3bd81195b21eb52e528a116adc7c authored over 1 year ago by Artur Bosch <[email protected]>
Release 2.0.0 plugin

github.com/detekt/detekt-intellij-plugin - 8bf6f1403265931e09c0fdebb06122765643bbf5 authored over 1 year ago by Artur Bosch <[email protected]>
Clarify PropertyUsedBeforeDeclaration message (#6126)

github.com/detekt/detekt - 6f166eca5f0df200c6c6b32c4aca28421beb15c9 authored over 1 year ago by Róbert Papp <[email protected]>
Update JamesIves/github-pages-deploy-action digest to 22a6ee2 (#6152)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - f51c5a3f803b1ca1327fe5a10b093b9fc391a4dd authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update github/codeql-action digest to 0225834 (#6150)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 91449512e7299cd72c0dd72c1cd4151c7b095c91 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update plugin com.gradle.enterprise to v3.13.3 (#6144)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - cfd01790e1a7d3d730aec6d15e331a702e6bc1eb authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.0 (#6122)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - dcfb8415c3ae9864d9e25226faebd26713bdab90 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update plugin io.gitlab.arturbosch.detekt to v1.23.0 (#6123)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 0a481aa5993036280779910bfbc60680b0f85ddf authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency io.gitlab.arturbosch.detekt:detekt-cli to v1.23.0 (#6121)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 568606b6e3493c37f55744161906fccb8ea9f67e authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update github/codeql-action digest to f0e3dfb (#6136)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - aa41ceed555007902baac0885b2fb0407730210b authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update com.android.tools.build (#6137)

* Update com.android.tools.build

* Do not bump android-gradle-minSupported

---------

Co-autho...

github.com/detekt/detekt - f700ca7c0c0d4d782677efa23058a87d835c2280 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix typo in compiler plugin doc for 1.23.0 (#6138)

github.com/detekt/detekt - 2b30a58677dfff39e428bd9472b36257c6782a7f authored over 1 year ago by Eliezer Graber <[email protected]>
Update actions/labeler digest to 0776a67 (#6128)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 9258ea2d2f8c1d8d072af1470cca6d34904a582a authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix typo in compiler plugin doc (#6135)

github.com/detekt/detekt - 02276e97e99acdf26aedbf291e23ab918e9178ab authored over 1 year ago by Eliezer Graber <[email protected]>
Bump io.gitlab.arturbosch.detekt:detekt-test from 1.22.0 to 1.23.0

Bumps [io.gitlab.arturbosch.detekt:detekt-test](https://github.com/detekt/detekt) from 1.22.0 to...

github.com/detekt/detekt-custom-rule-template - ecbc4815c6b30e7fc837588eb0bc4bd45e9bb5b1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump io.gitlab.arturbosch.detekt:detekt-api from 1.22.0 to 1.23.0

Bumps [io.gitlab.arturbosch.detekt:detekt-api](https://github.com/detekt/detekt) from 1.22.0 to ...

github.com/detekt/detekt-custom-rule-template - 8ed0b3a79ab94257827f582f12dd866a586ed44f authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Prepare Detekt 1.23.0 (#6120)

github.com/detekt/detekt - ad80630558394ebc73ec02375e085cb35ba7cc72 authored over 1 year ago by Nicola Corti <[email protected]>
Replace sarif4k usage with Groovy JSON from gradleApi() in detekt-gradle-plugin (#6117)

github.com/detekt/detekt - f3f0ce42aac8e960dbd8548856ac5e645d18f21b authored over 1 year ago by Róbert Papp <[email protected]>
Update junit5 monorepo to v5.9.3 (#60)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:...

github.com/detekt/sarif4k - c4bbe733a48bafa157f644bed96ee56139bc9cf8 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add `comments` with a list of regexes to `ForbiddenComment` (#5981)

Co-authored-by: Róbert Papp <[email protected]>

github.com/detekt/detekt - e65ef3bb9805ea05ebce21b8a98cb936aefc037e authored over 1 year ago by Atul Gupta <[email protected]>
Prepare next development version.

github.com/detekt/sarif4k - c5d675a6cb470f345f4f4c4dce7c1c8edb032eaa authored over 1 year ago by Chao Zhang <[email protected]>
Reduce LoopWithTooManyJumpStatements finding scope (#6110)

github.com/detekt/detekt - 67d2c7237908c7fb069df0e914c26010b0529302 authored over 1 year ago by Róbert Papp <[email protected]>
SerialVersionUIDInSerializableClass - Update the error location (#6114)

github.com/detekt/detekt - f99ac58928f823f88e22e04371d59aebbe51f52d authored over 1 year ago by Atul Gupta <[email protected]>
Inline Cases enum and inline other external test code into the test classes (#6107)

github.com/detekt/detekt - 93de544a0032fb6a7d2417af43c131c19a817400 authored over 1 year ago by Róbert Papp <[email protected]>
New wrapped ktlint rule NoSingleLineBlockCommentRule (#6104)

github.com/detekt/detekt - 940af077874c74cc4cb35ef8d357249eaac9faeb authored over 1 year ago by marschwar <[email protected]>