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 189aa5b commit e843137Copy full SHA for e843137
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