io.github.mkohm.detekt.hint.rules / InterfaceSegregationPrinciple
InterfaceSegregationPrinciple
class InterfaceSegregationPrinciple : Rule
Interface segregation principle rule
Constructors
| <init> | InterfaceSegregationPrinciple(config: Config = Config.empty)Interface segregation principle rule |
Properties
| issue | val issue: Issue |
Functions
| visitNamedFunction | fun visitNamedFunction(function: KtNamedFunction): Unit |