Mkohm / detekt-hint

Detection of design principle violations in Kotlin as a plugin to detekt.
https://mkohm.github.io/detekt-hint/
80 stars 3 forks source link

Get the base package name e.g io.github.mkohm in the UseComp rule and use that for checking. #30

Closed Mkohm closed 4 years ago

Mkohm commented 4 years ago

If not available in the API it needs to be retrieved from the config.

Mkohm commented 4 years ago

Checking if the superclass is in the classpath resolves this issue.