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

Fix accidentally removing rules from multi rules in #167

github.com/detekt/sonar-detekt - 5472d3b6b046ed575d5e4a87d8d3637207dadf38 authored over 1 year ago by Artur Bosch <[email protected]>
Do not extend RuleKey anymore, wrap it

It is error-prone to extend RuleKey with it's hashcode, equals, contains contracts.
Just wrap it...

github.com/detekt/sonar-detekt - 027bcdba2a65fd30ddc7082df3677291239d18e9 authored over 1 year ago by Artur Bosch <[email protected]>
Modernize dependencies and move away from spek

github.com/detekt/sonar-detekt - 8c7b8c451953326ad6880bc444aafb8b6dcf4520 authored over 1 year ago by Artur Bosch <[email protected]>
Fix showing issues of other projects in problems view - #477

github.com/detekt/detekt-intellij-plugin - 097d8c27c69642922def3c6fdb372a421f9be9b0 authored over 1 year ago by Artur Bosch <[email protected]>
Do not force write content if virtualFile is null - #472

github.com/detekt/detekt-intellij-plugin - 811929d912905c520f363ffa818f24acfe523bec authored over 1 year ago by Artur Bosch <[email protected]>
Update actions/setup-node digest to bea5baf (#6385)

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

github.com/detekt/detekt - d1933ab4b09bd367aaa8c068a587c2b192976633 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Use modern API to get environment variables (#6353)

https://docs.gradle.org/8.2.1/userguide/build_environment.html#ex-reading-environment-variables-...

github.com/detekt/detekt - 3467acce9afde804ea18f9269c7f165b605701c8 authored over 1 year ago by Goooler <[email protected]>
Update github/codeql-action digest to a09933a (#6386)

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

github.com/detekt/detekt - dd34dcae806e47e7b0b1e7c99e922b24923b797a authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency io.mockk:mockk to v1.13.7 (#6387)

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

github.com/detekt/detekt - 257de1fffecddf5a9598d98a2af1710d8ba93ff2 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add file level annotation test data

github.com/detekt/detekt-intellij-plugin - 4566a7a919d8146e9fc058dea8cc227772c27acc authored over 1 year ago by Artur Bosch <[email protected]>
Fix #6334: githubRelease.releaseAssets: migrate from hardcoded paths to cross-project artifact dependencies (#6337)

* Fix Gradle 8.3 deprecation of buildDir to layout.buildDirectory

* Migrate from using hardcode...

github.com/detekt/detekt - 3ed98f17c8e7ff057da50dfc23ba9802b21addaf authored over 1 year ago by Róbert Papp <[email protected]>
Add `allowedWithLengthLessThan` and remove `excludeStrin… (#6156)

* Add `excludeStringsWithLessThanThreshold` and deprecate `excludeStringsWithLessThan5Characters...

github.com/detekt/detekt - e2544b2a89598edc66e743c4fc8173225c2b9a35 authored over 1 year ago by Atul Gupta <[email protected]>
Lower priority of intentions - #487

github.com/detekt/detekt-intellij-plugin - 0294c3bbe0a442a97cf0e8c16dc8b7cd3153f97f authored over 1 year ago by Artur Bosch <[email protected]>
Find the parent for suspend check (#6191)

github.com/detekt/detekt - 484f1ebb6325fa520165dd114907138930b01796 authored over 1 year ago by Atul Gupta <[email protected]>
Replaced "threshold" property of ComplexCondition rule by "allowedComplexity" (#6187)

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

The r...

github.com/detekt/detekt - 0a60e5e90a175ae8a878aba7826032da83d81e90 authored over 1 year ago by Matthias Schenk <[email protected]>
NullableToStringCall: fix false negative in lambda (#6352)

* NullableToStringCall: fix false negative in lambda

* Add a test for #6378

github.com/detekt/detekt - 2717a67791107dbed86b9d5acd807c2bb5df1377 authored over 1 year ago by Toshiaki Kameyama <[email protected]>
Mark `SpreadOperator` rule to require type resolution. (#6351)

* Mark SpreadOperator rule to require type resolution.

* fix formatting

github.com/detekt/detekt - 868f8e88121c2f1bd0d7cfcb60ec08a4d8e02ec5 authored over 1 year ago by marschwar <[email protected]>
OutdatedDocumentation - Detect param which private property documented as property (#6372)

* Detect param which private property documented as property

* Use not of private instead of pu...

github.com/detekt/detekt - a5907b724c9f0bae13c27584d2920a9c9dc1fc8d authored over 1 year ago by Atul Gupta <[email protected]>
Fix false +ve when lambda is un-inferrable (#6367)

github.com/detekt/detekt - d84314f0c4a87ead8527c94345a29c32244dbee8 authored over 1 year ago by Atul Gupta <[email protected]>
Remove deprecated config property `excludeAnnotatedFunction` in `FunctionOnlyReturningConstant` (#6380)

github.com/detekt/detekt - 711d6e3003c2dfa31e485d1ac24916dd06632efe authored over 1 year ago by marschwar <[email protected]>
Remove deprecated config property `excludeAnnotatedProperties` in `LateinitUsage` (#6379)

github.com/detekt/detekt - 81a57bf81fff785340598dc35960501fbad5d346 authored over 1 year ago by marschwar <[email protected]>
Check format extension function in ImplicitDefaultLocale (#6368)

* Check format extension function in ImplicitDefaultLocale

* Fix new reported issues when runni...

github.com/detekt/detekt - 8e9f6a906ff3748499cd5f34e7e2c2921da3ab75 authored over 1 year ago by Atul Gupta <[email protected]>
Fix explicit dependency for githubRelease

github.com/detekt/detekt-intellij-plugin - 5b9fe23677b7bbeec271e3d211266078fea7ed0a authored over 1 year ago by Artur Bosch <[email protected]>
Modernize build and dependencies

github.com/detekt/detekt-intellij-plugin - 7f1bbb08d2c45864142d3f6fe3a548afb44e83a7 authored over 1 year ago by Artur Bosch <[email protected]>
Skip entire subtrees while scanning for source files (#6302)

* Skip entire subtree

* fix subtree detection

* log file name the same way in all places
...

github.com/detekt/detekt - b761fc1f0136de1fc5289195aa845a110ab57355 authored over 1 year ago by marschwar <[email protected]>
Dont depend on jcommander (#5856)

* Improve tests

* Don't depend on GeneratorArgs

* Move parseAll down

* Constructs gener...

github.com/detekt/detekt - ffc315a9dd706b6eeca46f991dc56aafdfd475db authored over 1 year ago by Brais Gabín <[email protected]>
Suggest `..<` instead of `until` (#6369)

* Suggest `..<` instead of `until`

* Remove old rule from detekt.yml

github.com/detekt/detekt - 031a14954eff1a99e9e245ea31fc76845f18bef1 authored over 1 year ago by Atul Gupta <[email protected]>
Improve `generateDocumentation` (#5853)

* Create task generateCliUsage

* Split generateWebsite in smaller tasks

* Move cliUsage in...

github.com/detekt/detekt - e7051518f472154d6586f5426006deb126618b27 authored over 1 year ago by Brais Gabín <[email protected]>
Add CharArrayToStringCall rule (#6318)

* Add CharArrayToStringCall rule

* Update detekt-rules-errorprone/src/main/kotlin/io/gitlab/art...

github.com/detekt/detekt - d290cc84a8c3d2bae210f72781fc1aa0a180eb66 authored over 1 year ago by Toshiaki Kameyama <[email protected]>
Update github/codeql-action digest to 5b6282e (#6376)

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

github.com/detekt/detekt - d514eb5be26a204a2492e1ca0ef7777ccf48718d authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bump to detekt 1.23.1 (#171)

Co-authored-by: Arturo Guillen <[email protected]>

github.com/detekt/sonar-detekt - 8382be1a0a186ade4e19dbb909546ac36b95b948 authored over 1 year ago by Arturo Guillen <[email protected]>
Update dependency io.github.classgraph:classgraph to v4.8.162 (#6375)

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

github.com/detekt/detekt - f49553afa1001c4617c55e4d1131cb5c5d63891d authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Improve consumeGeneratedConfig (#6374)

* Use TaskProvider instead of task name

* Remove redundant apply

github.com/detekt/detekt - e629653a1f8daad29f93f8b0b85494842b610541 authored over 1 year ago by Brais Gabín <[email protected]>
Mark `OptionalUnit` rule to require type resolution. (#6359)

github.com/detekt/detekt - cb773854cd0f06629a2b055fb67e0b5796d58a61 authored over 1 year ago by marschwar <[email protected]>
Mark `UnusedImports` rule to require type resolution. (#6360)

github.com/detekt/detekt - 02c152fb18669c72f99e136c8eedba9d6a20b9cf authored over 1 year ago by marschwar <[email protected]>
Mark `UseCheckOrError` rule to require type resolution. (#6361)

github.com/detekt/detekt - 1d4bbb8bbd29e07ed4516e664ab5a2cb9bef7f26 authored over 1 year ago by marschwar <[email protected]>
Mark `UseDataClass` rule to require type resolution. (#6355)

github.com/detekt/detekt - 62a9d2c71feba194cb3fcb2e635c983a77001166 authored over 1 year ago by marschwar <[email protected]>
Mark `UseRequire` rule to require type resolution. (#6358)

* Mark `UseRequire` rule to require type resolution.

* fix invalid code snippets

* Fix formatt...

github.com/detekt/detekt - 82c9b17c84ed73d8660ccd954479b524da28ed41 authored over 1 year ago by marschwar <[email protected]>
Mark `UnusedPrivateMember` rule to require type resolution. (#6356)

* Mark `UnusedPrivateMember` rule to require type resolution.

* fix annotation

* fix invalid c...

github.com/detekt/detekt - 30e901e33efc70be3a214c743d38d28b89fa1d28 authored over 1 year ago by marschwar <[email protected]>
Rename rule UnusedImports to UnusedImport (#6366)

github.com/detekt/detekt - 3c90f2e7eb3481f18f86b626590e49f02f0ed544 authored over 1 year ago by Atul Gupta <[email protected]>
Apply path filters based on relative paths when possible (#6330)

* Require basePath when setting up environment

This is a prerequisite for fixing #3728

* Apply...

github.com/detekt/detekt - 67cd93102ef1ad76785cc1ef8dc59e218a69c167 authored over 1 year ago by Matthew Haughton <[email protected]>
Mark MemberNameEqualsClassName rule to require type resolution. (#6347)

github.com/detekt/detekt - e8a784115d7fb95ed34b5a11fe3577dfdbdbdb2a authored over 1 year ago by marschwar <[email protected]>
Mark InstanceOfCheckForException rule to require type resolution. (#6346)

github.com/detekt/detekt - 0c11632dcf514f288926db3270722cf9fa10b401 authored over 1 year ago by marschwar <[email protected]>
Mark MapGetWithNotNullAssertionOperator rule to require type resolution. (#6345)

github.com/detekt/detekt - 1a9d5abc3df7d4545634daf989c4689210780d72 authored over 1 year ago by marschwar <[email protected]>
Mark ImplicitDefaultLocale rule to require type resolution. (#6344)

github.com/detekt/detekt - 935e7ca6d0c831c8fa56dbccd47737c46540cdd5 authored over 1 year ago by marschwar <[email protected]>
replace main to mainClass in docs (#6354)

github.com/detekt/detekt - 128b72642518274e73f6df4b6dc9e3d0245fef28 authored over 1 year ago by Artem Zanin <[email protected]>
Add Hbmartin's ruleset to Marketplace (#6348)

github.com/detekt/detekt - 5a704868cb53d02e28add700d69175f2d907b1b0 authored over 1 year ago by Harold Martin <[email protected]>
Update dependency danger to v11.2.8 (#6341)

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

github.com/detekt/detekt - 47c742b66a245cd51fc42e7dde267a0b524215b7 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bump io.gitlab.arturbosch.detekt:detekt-api from 1.23.0 to 1.23.1

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

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

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

github.com/detekt/detekt-custom-rule-template - 4808bd76b2c7e667b5ff010e028c1fc5bfeee591 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
MaybeConstant: Remove unused alias (#6339)

github.com/detekt/detekt - 432121310b409f45eab04bd91096dac830b728ba authored over 1 year ago by Róbert Papp <[email protected]>
Update docs for 1.23.1 (#6321)

* Update docs for 1.23.1

* Fix documentation for formatting

github.com/detekt/detekt - e881dcb8e4b86b5fbcf014646a36552a741868a1 authored over 1 year ago by Nicola Corti <[email protected]>
Require basePath when setting up environment (#6323)

github.com/detekt/detekt - 59bc19f15f92e4c298d50b0946ee4c5e173e0abd authored over 1 year ago by Matthew Haughton <[email protected]>
Update 'pick requests' filter in milestone-report.kts (#6335)

github.com/detekt/detekt - a9031183061600d700a8b55fec92bc9998ee87a6 authored over 1 year ago by schalkms <[email protected]>
Add release notes for 1.23.1 on main (#6333)

github.com/detekt/detekt - 3f71c755bf28c3ad6d80db0d20b15c7048c0a074 authored over 1 year ago by Nicola Corti <[email protected]>
Remove OptionalWhenBraces rule (#6322)

github.com/detekt/detekt - 6c8d490139db8e5d7f9c9513172c05374c91d37a authored over 1 year ago by Mariia Demianova <[email protected]>
Add KotlinConf talk recording link to README (#6329)

Co-authored-by: Chao Zhang <[email protected]>

github.com/detekt/detekt - a135984dd84a84aefa086878d274d9447efe56b0 authored over 1 year ago by schalkms <[email protected]>
Fix typo in README (#6328)

github.com/detekt/detekt - 764dc2fd89907b7dcef706c5ed6bf4d67db0038c authored over 1 year ago by schalkms <[email protected]>
Update plugin io.gitlab.arturbosch.detekt to v1.23.1 (#6326)

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

github.com/detekt/detekt - e327721cac81b974756dde178f5ba71e692f1cb0 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.1 (#6325)

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

github.com/detekt/detekt - c633dbfbcdaa00fd78a0f465510faf348925f533 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.1 (#6324)

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

github.com/detekt/detekt - 41de28530cbe8922af1ba75e73b3c1c5ea311233 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Remove withAutoCorrect from ConfigAware (#6315)

This is not called by detekt at any point, so should be removed from the
API.

github.com/detekt/detekt - 51e60651ed4aa4fc325b2916486a75348f94c05d authored over 1 year ago by Matthew Haughton <[email protected]>
Simplify storing metadata with KtFiles (#6311)

* Use UserDataProperty to simplify storing metadata with files

* Store base & relative paths ...

github.com/detekt/detekt - 66a2ebecfc3ff2bd74edeb9ac21107a661c5f8b1 authored over 1 year ago by Matthew Haughton <[email protected]>
Fail build-logic configuration on Gradle script compilation warnings (#6316)

Missed in #6242

github.com/detekt/detekt - 801b30bd9d4723bfcf9ed18dffec1cd7be4a6157 authored over 1 year ago by Matthew Haughton <[email protected]>
Treat warnings as errors in build-logic (#6319)

github.com/detekt/detekt - 5cff16801d3032087974482afc90bd11bc76f03f authored over 1 year ago by Matthew Haughton <[email protected]>
Fix Gradle 8.3 deprecation of Project#getBuildDir (#6317)

github.com/detekt/detekt - 25aff3d20cb75a52f2e5093ab94ed2a31c731e7b authored over 1 year ago by Matthew Haughton <[email protected]>
Store absolute path names as metadata with each KtFile (#6310)

* Store KtFile's absolute path as user data

This respects the contract of PsiFiles which stor...

github.com/detekt/detekt - d1b3e53124331a2a75807b199adaeec9e66b24e3 authored over 1 year ago by Matthew Haughton <[email protected]>
Update github/codeql-action digest to 0ba4244 (#6313)

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

github.com/detekt/detekt - bfd11914986d0ffdcb020bb877931b5771e15605 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency danger to v11.2.7 (#6306)

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

github.com/detekt/detekt - 5ccb1de9691127eb3e961fbc04dbf30bd493b24f authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update github/codeql-action digest to 6ca1aa8 (#6308)

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

github.com/detekt/detekt - 3ec57eb77812c816c9262dd25b3b70fc7fd9fcd9 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update to gradle 8.2.1

github.com/detekt/detekt-custom-rule-template - aa84ceed287112bf9f7ed2e71b30b2f9c760f13b authored over 1 year ago by Brais Gabín <[email protected]>
Update gradle/gradle-build-action digest to a4cf152 (#6301)

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

github.com/detekt/detekt - 78dcd00af4b2f2386413e5ab89e7d2eabfaee674 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update actions/setup-java digest to cd89f46 (#6300)

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

github.com/detekt/detekt - 8794f8df81fba4fcdc34f7445eb1c944babe6151 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.3 (#6303)

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

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

* Update com.android.tools.build

* Update gradle/libs.versions.toml

---------

Co-authored-by:...

github.com/detekt/detekt - fd4cbc551294f9657454982347eecdca0b1a0d38 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Adapt ktlint links in versioned docs of 1.23 (#6298)

* adapt ktlint links in versioned docs of 1.23

* Update website/versioned_docs/version-1.23.0...

github.com/detekt/detekt - 7056525c71a301cd5bf9dfe944bd7c870721a1a7 authored over 1 year ago by marschwar <[email protected]>
Update actions/setup-java digest to cd89f46 (#72)

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

github.com/detekt/sarif4k - d6b9cfad51c3f0534dbd91006d90d210937a8f29 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.9.3 to 5.10...

github.com/detekt/detekt-custom-rule-template - 00846ae1e9e9b4353e774f1e6bb66ae7ace92c67 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update dependency org.junit.jupiter:junit-jupiter-api to v5.10.0 (#6299)

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

github.com/detekt/detekt - 1a2942f1882f8ebbe729c4245f9cd2afa2645267 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bump jvm from 1.8.22 to 1.9.0

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

github.com/detekt/detekt-custom-rule-template - 2dc99a4cc61a644817578c2dae6294dc8a6852fb authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Review Ktlint links (#6291)

github.com/detekt/detekt - d4b751217282b1c9ccedddb9fb2758e7c4ef4bc7 authored over 1 year ago by Róbert Papp <[email protected]>
Update docs with SDKMAN! instructions (#6296)

* Update docs with SDKMAN! instructions

* Make formatting consistent

* Revert scoop changes

github.com/detekt/detekt - 40a049e6e230dff2f2f79f0863c51af8fdee1d4e authored over 1 year ago by Mariia Demianova <[email protected]>
Update github/codeql-action digest to 1813ca7 (#6295)

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

github.com/detekt/detekt - a5f4ca8448f25188488cf78e7e2324f99a4bd198 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.1 (#6294)

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

github.com/detekt/detekt - 15f14831cb3d4a4b33e7840deafcca460e9d93f5 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update gradle/wrapper-validation-action digest to 56b90f2 (#6297)

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

github.com/detekt/detekt - 13cebed351c5b10322ed6b8013f7a497e1f7d96e authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Re-apply #6160 to the versioned docs (#6289)

github.com/detekt/detekt - b3915a4de6a545d7d2b42e817ef8d93a5017aa95 authored over 1 year ago by Nicola Corti <[email protected]>
Update gradle/gradle-build-action digest to 915a66c (#6292)

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

github.com/detekt/detekt - 84b3041b4bafa0df78fa152a723332acb6c45cdb authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Rename `EmptyKtFile` to `EmptyKotlinFile` (#6286)

* Rename `EmptyKtFile` to `EmptyKotlinFile`

* Rename EmptyKtFile to EmptyKotlinFile in `defau...

github.com/detekt/detekt - 62083e443d10861c8ab45b6bce6b97b917b24735 authored over 1 year ago by Segun Famisa <[email protected]>
Replaced "threshold" property of StringLiteralDuplication rule by "allowedDuplications". (#6208)

* Replaced "threshold" property of StringLiteralDuplication rule by "allowedDuplications" (#3679...

github.com/detekt/detekt - 463175773515dc7e32a4acd70bc9ac72c28cbf68 authored over 1 year ago by Matthias Schenk <[email protected]>
Dynamically set the ktlint version in rule docs (#6103)

* Dynamically set the ktlint version in rule docs

* fix indentation in build.gradle.kts

* ...

github.com/detekt/detekt - 6d3861bdb2a6e0b684fb7c0670ac99783d1312e0 authored over 1 year ago by marschwar <[email protected]>
Delete MultiRule (#6288)

github.com/detekt/detekt - 0aa6402cfc3ed83c4b93b15d0f97d6bb41125713 authored over 1 year ago by Nicola Corti <[email protected]>
Update dependency clsx to v2 (#6290)

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

github.com/detekt/detekt - da7f4fa527b5e89b146fad2186376be68711135b authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Implement rules introduced in ktlint 0.50.0 (#6253)

* Add BinaryExpressionWrapping rule

* Add BlankLineBeforeDeclaration rule

* Add NoEmptyFil...

github.com/detekt/detekt - 7696ea2b672a55d5be582f692650aeed43b5b20b authored over 1 year ago by Matthew Haughton <[email protected]>
Remove deprecated elements from Gradle plugin (#6180)

* Remove deprecated elements from Gradle plugin

* Update tests

github.com/detekt/detekt - faab009bd18e73b10aca750f1ff76ba9af70ba7e authored over 1 year ago by Matthew Haughton <[email protected]>
Ensure paths are not used in tests where plain filenames are required (#6287)

* Ensure paths are not used in tests where plain filenames are required

* Update tests to use r...

github.com/detekt/detekt - 086ed4a32ef0145c8ad5ecac34772e3e2bf8a2dd authored over 1 year ago by Matthew Haughton <[email protected]>
Add missing jdkHome and languageVersion properties to DetektCreateBaselineTask (#6284)

github.com/detekt/detekt - 6e36a9b64d49ba0cd3a8a8a32a38a773f1de21ae authored over 1 year ago by Robert Ma <[email protected]>
Update github/codeql-action digest to 489225d (#6285)

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

github.com/detekt/detekt - e7d2276a38a2f35c780601aa520eb55fff8aa768 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Use pluginManagement to include builds (#6268)

This seems to be required to include detekt project in a composite
build without errors.

`in...

github.com/detekt/detekt - c9d120ace5b8f54b24758b731475e48478906841 authored over 1 year ago by Matthew Haughton <[email protected]>
Simple property assignments in KTS (#6251)

github.com/detekt/detekt - 60c73fbd612543e0a3af3041058cab2a6ac55f97 authored over 1 year ago by Goooler <[email protected]>
Update JamesIves/github-pages-deploy-action digest to a1ea191 (#6280)

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

github.com/detekt/detekt - 7e8c57ff61d9e92e10e8b7e87b08c009752901aa authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>