Ecosyste.ms: OpenCollective

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

github.com/detekt/detekt

Static code analysis for Kotlin
https://github.com/detekt/detekt

chore(deps): update actions/stale action to v9

renovate[bot] opened this pull request about 1 year ago
chore(deps): update github/codeql-action digest to c0d1daa

renovate[bot] opened this pull request about 1 year ago
Fix a problem in the sample that break task laziness

tasomaniac opened this pull request about 1 year ago
How different is this plugin from detekt/sonar-detekt

mos9mu opened this issue about 1 year ago
Keep build cache configuration consistent in all builds

3flex opened this pull request about 1 year ago
Add CoroutineLaunchedInTestWithoutRunTest rule

paolorotolo opened this pull request about 1 year ago
detekt Gradle task is always created non-lazily

tasomaniac opened this issue about 1 year ago
chore(deps): update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.12.1

renovate[bot] opened this pull request about 1 year ago
chore(deps): update plugin com.gradle.enterprise to v3.16

renovate[bot] opened this pull request about 1 year ago
Add rule to detekt missing `else` for `when` on non-sealed type.

yogurtearl opened this issue about 1 year ago
chore(deps): update actions/labeler action to v5

renovate[bot] opened this pull request about 1 year ago
Display dynamic --jvm-target values when using --help flag

3flex opened this pull request about 1 year ago
Remove unused dependencies

3flex opened this pull request about 1 year ago
Remove reports from detekt-core dependencies

3flex opened this pull request about 1 year ago
Reduce JDK coverage on CI

3flex opened this issue about 1 year ago
fix(deps): update dependency com.android.tools.build:gradle to v8

renovate[bot] opened this pull request about 1 year ago
fix(deps): update dependency com.android.tools.build:gradle to v7.4.2

renovate[bot] opened this pull request about 1 year ago
Fix #6665 by re-adding a few used toStrings

TWiStErRob opened this pull request about 1 year ago
Fix `CastToNullableType` warning on same or parent type

atulgpt opened this pull request about 1 year ago
False positive CastToNullableType on safe typealias cast

TWiStErRob opened this issue about 1 year ago
Add 'build' label when gradle.properties changes

3flex opened this pull request about 1 year ago
Enable Kotlin metadata version check for script compilation

3flex opened this pull request about 1 year ago
Use versionCatalogs extension

3flex opened this pull request about 1 year ago
Test Gradle plugin with AGP 8.2.0

3flex opened this pull request about 1 year ago
Fix by checking the existence of label in previous statements

atulgpt opened this pull request about 1 year ago
Skip annotated files (like @Generated)

friscoMad opened this issue about 1 year ago
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-html-jvm to v0.10.1

renovate[bot] opened this pull request about 1 year ago
chore(deps): update actions/setup-java action to v4

renovate[bot] opened this pull request about 1 year ago
chore(deps): update dependency gradle to v8.5

renovate[bot] opened this pull request about 1 year ago
IgnoredReturnValue checking specific type in all functions

dkandalov opened this issue about 1 year ago
Implement new rule: `RedundantConstructorKeyword`

xouabita opened this pull request about 1 year ago
chore(deps): update jamesives/github-pages-deploy-action digest to 65b5dfd

renovate[bot] opened this pull request about 1 year ago
fix(deps): update dependency dev.drewhamilton.poko:poko-annotations to v0.15.1

renovate[bot] opened this pull request about 1 year ago
chore(deps): update gradle/gradle-build-action digest to 87a9a15

renovate[bot] opened this pull request about 1 year ago
Use infix style to apply plugins

Goooler opened this pull request about 1 year ago
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.4

renovate[bot] opened this pull request about 1 year ago
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-cli to v1.23.4

renovate[bot] opened this pull request about 1 year ago
chore(deps): update plugin io.gitlab.arturbosch.detekt to v1.23.4

renovate[bot] opened this pull request about 1 year ago
Add docs for 1.23.4

cortinico opened this pull request about 1 year ago
Prepare Release 1.23.4

cortinico opened this pull request about 1 year ago
Fix broken links for formatting in 1.23.3 docs

cortinico opened this pull request about 1 year ago
Implement new rule UnsafeSealedClassChild

VovaStelmashchuk opened this pull request about 1 year ago
Update documentation on how to pin detekt to a supported kotlin version

mlanglet opened this pull request about 1 year ago
Remove workaround for KT-60813

3flex opened this pull request about 1 year ago
Fails to run with Kotlin 1.9.20 and Java 21

credmond-git opened this issue about 1 year ago
chore(deps): update dependency org.kohsuke:github-api to v1.318

renovate[bot] opened this pull request about 1 year ago
chore(deps): update dependency org.jetbrains.kotlin.jvm to v1.9.21

renovate[bot] opened this pull request about 1 year ago
fix(deps): update kotlin monorepo to v1.9.21

renovate[bot] opened this pull request about 1 year ago
chore(deps): update github/codeql-action digest to 407ffaf

renovate[bot] opened this pull request about 1 year ago
Update to Kotlin 2.0.0

3flex opened this pull request about 1 year ago
Minify binary Jar using R8

Goooler opened this issue about 1 year ago
chore(deps): update plugin githubrelease to v2.5.2

renovate[bot] opened this pull request about 1 year ago
Add `RedundantConstructorKeyword` rule

xouabita opened this issue about 1 year ago
Update the ruleset regex to allow numbers

atulgpt opened this pull request about 1 year ago
chore(deps): update plugin gradleversions to v0.50.0

renovate[bot] opened this pull request about 1 year ago
fix(deps): update dependency io.github.classgraph:classgraph to v4.8.165

renovate[bot] opened this pull request about 1 year ago
New rule: all sealed class children must be data classes.

VovaStelmashchuk opened this issue about 1 year ago
fix(deps): update dependency org.jetbrains:annotations to v24.1.0

renovate[bot] opened this pull request about 1 year ago
chore(deps): update github/codeql-action digest to 66b90a5

renovate[bot] opened this pull request about 1 year ago
Ignore unresolved classes in UnreachableCatchBlock

thejk opened this pull request about 1 year ago
UnreachableCode elvis operator bug

amertaslan opened this issue about 1 year ago
Also check `USELESS_ELVIS` in `UnreachableCode`

atulgpt opened this pull request about 1 year ago
Follow-up #6468: Fix all ktlint links for 1.0.1 (on vNext detekt site)

TWiStErRob opened this pull request about 1 year ago
Explain #5713: KDoc line breaks are whitespaces

TWiStErRob opened this pull request about 1 year ago
Fix duplicate class name error in test

3flex opened this pull request about 1 year ago
Why is there not available to use digits for RuleSet id

Pschsch opened this issue about 1 year ago
Provide to custom rules information about applied gradle plugins

Pschsch opened this issue about 1 year ago
Please stop renaming things

sgammon opened this issue about 1 year ago
NoSemicolons rule false positives with enums

rocketraman opened this issue about 1 year ago
Show deprecation message

BraisGabin opened this pull request about 1 year ago
Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest

BraisGabin opened this pull request about 1 year ago
Detekt doesn't go along with the new ksp version

BraisGabin opened this issue about 1 year ago
Add "excludes" to detekt extension

mrclrchtr opened this pull request about 1 year ago
Update tested AGP version to 8.1.3

3flex opened this pull request about 1 year ago
Run build on JDK 21

3flex opened this pull request about 1 year ago
NullableToStringCall: ignore by lambda receiving function name

vladimirfx opened this issue about 1 year ago
fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.10.1

renovate[bot] opened this pull request about 1 year ago
Dynamically insert the version into ktlint rule links

marschwar opened this pull request about 1 year ago
Change react to detekt

TWiStErRob opened this pull request about 1 year ago
`<ktlintVersion/>` substitution in docs is broken

TWiStErRob opened this issue about 1 year ago
Failed to execute detekt-generator-1.23.3-all.jar

ChanningShaw opened this issue about 1 year ago
fix(deps): update dependency io.github.classgraph:classgraph to v4.8.164

renovate[bot] opened this pull request about 1 year ago
Deprecation rule should surface the deprecation message

kenyee opened this issue about 1 year ago
Add TC for https://github.com/detekt/detekt/issues/6593

atulgpt opened this pull request about 1 year ago
Update Revved up by Develocity badge

runningcode opened this pull request about 1 year ago
Remove some unused/unnecessary code

3flex opened this pull request about 1 year ago
`UnnecessaryBracesAroundTrailingLambda` false positive on vararg

sulume opened this issue about 1 year ago