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 647978c commit 6a54918Copy full SHA for 6a54918
sonar-kotlin-checks/src/main/java/org/sonarsource/kotlin/checks/ReluctantQuantifierCheck.kt
@@ -22,7 +22,6 @@ import org.sonarsource.analyzer.commons.regex.finders.ReluctantQuantifierFinder
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 = "S5857")
27
class ReluctantQuantifierCheck : AbstractRegexCheck() {
28
override fun visitRegex(regex: RegexParseResult, regexContext: RegexContext) {
0 commit comments