BodyLengthVisitor

open class BodyLengthVisitor<Parent> : ViolationsSyntaxVisitor<SeverityLevelsConfiguration<Parent>> where Parent : Rule

Violation visitor customized to collect violations of code blocks that exceed a specified number of lines.