Skip to content

Commit 6a54918

Browse files
committed
SONARKT-400 Migrate ReluctantQuantifierCheck to kotlin-analysis-api
1 parent 647978c commit 6a54918

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/ReluctantQuantifierCheck.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import org.sonarsource.analyzer.commons.regex.finders.ReluctantQuantifierFinder
2222
import org.sonarsource.kotlin.api.regex.AbstractRegexCheck
2323
import org.sonarsource.kotlin.api.regex.RegexContext
2424

25-
@org.sonarsource.kotlin.api.frontend.K1only
2625
@Rule(key = "S5857")
2726
class ReluctantQuantifierCheck : AbstractRegexCheck() {
2827
override fun visitRegex(regex: RegexParseResult, regexContext: RegexContext) {

0 commit comments

Comments
 (0)