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 397723c commit 94c8544Copy full SHA for 94c8544
sonar-kotlin-checks/src/main/java/org/sonarsource/kotlin/checks/GraphemeClustersInClassesCheck.kt
@@ -22,7 +22,6 @@ import org.sonarsource.analyzer.commons.regex.finders.GraphemeInClassFinder
22
import org.sonarsource.kotlin.api.regex.AbstractRegexCheck
23
import org.sonarsource.kotlin.api.regex.RegexContext
24
25
-@org.sonarsource.kotlin.api.frontend.K1only
26
@Rule(key = "S5868")
27
class GraphemeClustersInClassesCheck : AbstractRegexCheck() {
28
override fun visitRegex(regex: RegexParseResult, regexContext: RegexContext) {
0 commit comments