Skip to content

Commit 647978c

Browse files
committed
SONARKT-400 Migrate RegexComplexityCheck to kotlin-analysis-api
1 parent 022036d commit 647978c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sonar-kotlin-checks/src/main/java/org/sonarsource/kotlin/checks/RegexComplexityCheck.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import org.sonarsource.kotlin.api.regex.RegexContext
2525

2626
private const val DEFAULT_MAX = 20
2727

28-
@org.sonarsource.kotlin.api.frontend.K1only
2928
@Rule(key = "S5843")
3029
class RegexComplexityCheck : AbstractRegexCheck() {
3130

0 commit comments

Comments
 (0)