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

Rule: Law of Demeter #26

Open Mkohm opened 4 years ago

Mkohm commented 4 years ago

Only talk to your friends!

Mkohm commented 4 years ago

Do analysis on all methods of a class. (Or methods that does not is within class). Exists in IntelliJ for Java.

Mkohm commented 4 years ago

Also exists in PMD for Java.