class RuboCop::Cop::Layout::RedundantLineBreak

def max_line_length

def max_line_length
  config.for_cop('Layout/LineLength')['Max']
end