class RuboCop::Cop::Metrics::ModuleLength

def message(length, max_length)

def message(length, max_length)
  format('Module has too many lines. [%d/%d]', length, max_length)
end