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.
USER_DIR
1 parent c9faf3e commit f4bfeeeCopy full SHA for f4bfeee
utils/test/src/main/kotlin/Utils.kt
@@ -44,8 +44,6 @@ import org.ossreviewtoolkit.model.utils.toPurl
44
import org.ossreviewtoolkit.utils.ort.Environment
45
import org.ossreviewtoolkit.utils.ort.normalizeVcsUrl
46
47
-val USER_DIR = File(System.getProperty("user.dir"))
48
-
49
private val ORT_VERSION_REGEX = Regex("(ort_version): \".*\"")
50
private val JAVA_VERSION_REGEX = Regex("(java_version): \".*\"")
51
private val ENV_VAR_REGEX = Regex("(\\s{4}variables:)\\n(?:\\s{6}.+)+")
0 commit comments