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 6a54918 commit 7a08ec2Copy full SHA for 7a08ec2
sonar-kotlin-checks/src/main/java/org/sonarsource/kotlin/checks/UnicodeAwareCharClassesCheck.kt
@@ -26,7 +26,6 @@ import org.sonarsource.kotlin.api.regex.PATTERN_COMPILE_MATCHER
26
import org.sonarsource.kotlin.api.regex.RegexContext
27
import org.sonarsource.kotlin.api.frontend.KotlinFileContext
28
29
-@org.sonarsource.kotlin.api.frontend.K1only
30
@Rule(key = "S5867")
31
class UnicodeAwareCharClassesCheck : AbstractRegexCheck() {
32
override fun visitRegex(
0 commit comments