We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ddc2e commit 4c3775cCopy full SHA for 4c3775c
detekt.yml
@@ -47,6 +47,7 @@ complexity:
47
thresholdInClasses: 15
48
thresholdInObjects: 15
49
LongParameterList:
50
- functionThreshold: 8
+ functionThreshold: 10
51
+ constructorThreshold: 10
52
LongMethod:
53
excludes: [ '**/test/**' ]
src/main/kotlin/spp/protocol/instrument/LiveInstrument.kt
@@ -55,7 +55,6 @@ sealed class LiveInstrument {
55
56
abstract fun toJson(): JsonObject
57
58
- @Suppress("LongParameterList")
59
abstract fun copy(
60
location: LiveSourceLocation? = null,
61
condition: String? = null,
0 commit comments