/home/runner/work/regex-generator/regex-generator/src/jsMain/kotlin/org/olafneumann/regex/generator/ui/components/UserGuide.kt:47:1Line detected, which is longer than the defined maximum line length in the code style.
44 private val userGuideSourceUrl: Url
45 get() {
46 val builder = URLBuilder(window.location.href)
47 return URLBuilder(pathSegments = builder.pathSegments.toMutableList() + listOf("text", "user-guide.$language.json")).build()
48 }
49 private val userGuideSourceFilename: String
50 get() = "text/user-guide.${language}.json"