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 ab54d7a commit 581a24cCopy full SHA for 581a24c
scanner/src/main/kotlin/ScannerMatcher.kt
@@ -78,7 +78,7 @@ data class ScannerMatcher(
78
}
79
80
/** The regular expression to match for the scanner name. */
81
- private val nameRegex: Regex by lazy { Regex(regScannerName) }
+ private val nameRegex by lazy { Regex(regScannerName) }
82
83
init {
84
require(minVersion < maxVersion) {
0 commit comments