mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* Replace getJetTypeFqName with fqNameOrNull extension * Remove usage of nameIfStandardType This is from the org.jetbrains.kotlin.js package which should be avoided while detekt is limited to Kotlin/JVM analysis only. * Use KotlinType.fqNameOrNull extension to simplify rule