class ERBLint::Linters::BaseLinter
def add_correction(tag, tag_tree)
def add_correction(tag, tag_tree) add_offense(tag.loc, tag_tree[:message], tag_tree[:correction]) add_offense(tag_tree[:closing].loc, tag_tree[:message], "<% end %>") end
def add_correction(tag, tag_tree) add_offense(tag.loc, tag_tree[:message], tag_tree[:correction]) add_offense(tag_tree[:closing].loc, tag_tree[:message], "<% end %>") end