module RuboCop::Cop::CodeLength

def max_length

def max_length
  cop_config['Max']
end