fluxo-kt/fluxo-mvi

View on GitHub
gradle/plugins/setup/src/main/kotlin/GradleSetupPlugin.kt

Summary

Maintainability
D
1 day
Test Coverage

Showing 2 of 2 total issues

Method apply has a Cognitive Complexity of 86 (exceeds 20 allowed). Consider refactoring.
Open

override fun apply(target: Project) {
if (!target.isRootProject) {
return
}
 
 
Severity: Minor
Found in gradle/plugins/setup/src/main/kotlin/GradleSetupPlugin.kt - About 1 day to fix

Method apply has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

override fun apply(target: Project) {
if (!target.isRootProject) {
return
}
 
 
Severity: Major
Found in gradle/plugins/setup/src/main/kotlin/GradleSetupPlugin.kt - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status