class ERBLint::Linters::BaseLinter

def correction(_tag)

Returns:
  • (Nil) - if cannot correct element.
  • (String) - with the text to replace the HTML element if possible to correct.
def correction(_tag)
  nil
end