visitCondition

open override fun visitCondition(root: KtFile): Boolean

Basic mechanism to decide if a rule should run or not.

By default, any rule which is declared 'active' in the Config or not suppressed by a Suppress annotation on file level should run.