fluxo-kt/fluxo-mvi

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

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method scmTag has a Cognitive Complexity of 29 (exceeds 20 allowed). Consider refactoring.
Open

@Incubating
@Suppress("ComplexCondition", "MagicNumber")
fun Project.scmTag(allowBranch: Boolean = true): Provider<String?> {
val envOrProp = envOrProp("SCM_TAG")
return provider {
Severity: Minor
Found in gradle/plugins/setup/src/main/kotlin/Utils.kt - About 1 hr to fix
Category
Status