class RuboCop::Cop::Layout::HeredocIndentation

def max_line_length

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