Skip to content

Commit ce07a4e

Browse files
committed
Supress more detekt warnings
1 parent 90722f5 commit ce07a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/kotlin/org/javacs/kt/KotlinWorkspaceService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class KotlinWorkspaceService(
8080
}
8181
}
8282

83-
@Suppress("LongMethod")
83+
@Suppress("LongMethod", "CyclomaticComplexMethod", "NestedBlockDepth")
8484
override fun didChangeConfiguration(params: DidChangeConfigurationParams) {
8585
val settings = params.settings as? JsonObject
8686
settings?.get("kotlin")?.asJsonObject?.apply {

0 commit comments

Comments
 (0)