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 2547e3f commit 69f4bccCopy full SHA for 69f4bcc
src/commonMain/kotlin/io/github/optimumcode/json/schema/OutputCollector.kt
@@ -287,6 +287,7 @@ public sealed class OutputCollector<T> private constructor(
287
}
288
289
290
+ @Suppress("detekt:LongParameterList")
291
private class Detailed(
292
private val location: JsonPointer = JsonPointer.ROOT,
293
private val keywordLocation: JsonPointer = JsonPointer.ROOT,
0 commit comments