Module: RuboCop::Cop::CodeLength

Extended by:
ExcludeLimit
Included in:
Metrics::BlockLength, Metrics::ClassLength, Metrics::MethodLength, Metrics::ModuleLength
Defined in:
lib/rubocop/cop/mixin/code_length.rb

Overview

Common functionality for checking length of code segments.

Constant Summary collapse

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

Method Summary

Methods included from ExcludeLimit

exclude_limit