io.github.detekt.psi.Keys.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of detekt-psi-utils Show documentation
Show all versions of detekt-psi-utils Show documentation
Static code analysis for Kotlin
package io.github.detekt.psi
import org.jetbrains.kotlin.com.intellij.openapi.util.Key
val RELATIVE_PATH: Key = Key("relativePath")
val BASE_PATH: Key = Key("basePath")
val LINE_SEPARATOR: Key = Key("lineSeparator")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy