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 94c8544 commit 022036dCopy full SHA for 022036d
sonar-kotlin-checks/src/main/java/org/sonarsource/kotlin/checks/InvalidRegexCheck.kt
@@ -27,7 +27,6 @@ import org.sonarsource.kotlin.api.frontend.KotlinFileContext
27
28
private const val MESSAGE_MULTIPLE_ERRORS = "Fix the syntax errors inside this regex."
29
30
-@org.sonarsource.kotlin.api.frontend.K1only
31
@Rule(key = "S5856")
32
class InvalidRegexCheck : AbstractRegexCheck() {
33
0 commit comments