You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RailsAccessibility/LinkHasHref rule has been extended and still doesn't have support for various formats of link_to which are difficult to account for, for example:
<%= link_to XXXX do %>
Text
<% end %>
for example:
<%= link_to network_dependabot_show_path(update_job_id: update_config.last_full_update_run.id) do %>
Last checked <%= time_ago_in_words_js Time.at(update_config.last_full_update_run.finished_at.seconds) %>
<% end %>
The text was updated successfully, but these errors were encountered:
bolonio
changed the title
Add support for links with children in the RubocopRailsAccessibility/LinkHasHref rule
Add support for other formats of link_to in the RubocopRailsAccessibility/LinkHasHref rule
Sep 22, 2022
bolonio
changed the title
Add support for other formats of link_to in the RubocopRailsAccessibility/LinkHasHref rule
Add support for other formats of link_to in the RailsAccessibility/LinkHasHref rule
Oct 19, 2022
The
RailsAccessibility/LinkHasHref
rule has been extended and still doesn't have support for various formats oflink_to
which are difficult to account for, for example:for example:
The text was updated successfully, but these errors were encountered: