class RuboCop::Cop::Layout::HeredocIndentation

def unlimited_heredoc_length?

def unlimited_heredoc_length?
  config.for_cop('Layout/LineLength')['AllowHeredoc']
end