Module: RuboCop::Cop::TooManyLines

Includes:
CodeLength, ConfigurableMax
Included in:
Metrics::BlockLength, Metrics::MethodLength
Defined in:
lib/rubocop/cop/mixin/too_many_lines.rb

Overview

Common functionality for checking for too many lines.

Constant Summary collapse

MSG =
'%<label>s has too many lines. [%<length>d/%<max>d]'