Skip to content

Commit 69f4bcc

Browse files
committed
Suppress detekt error for detailed collector
1 parent 2547e3f commit 69f4bcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commonMain/kotlin/io/github/optimumcode/json/schema/OutputCollector.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ public sealed class OutputCollector<T> private constructor(
287287
}
288288
}
289289

290+
@Suppress("detekt:LongParameterList")
290291
private class Detailed(
291292
private val location: JsonPointer = JsonPointer.ROOT,
292293
private val keywordLocation: JsonPointer = JsonPointer.ROOT,

0 commit comments

Comments
 (0)