Improve non-compilant

This commit is contained in:
Brais Gabín
2022-06-04 12:39:34 +02:00
parent 9d69fc1710
commit ca80525e44

View File

@@ -18,7 +18,6 @@ import org.jetbrains.kotlin.psi.KtImportDirective
* or deprecated APIs. Detekt will then report all imports that are forbidden.
*
* <noncompliant>
* package foo
* import kotlin.jvm.JvmField
* import kotlin.SinceKotlin
* </noncompliant>