rubocop-rails-accessibility
rubocop-rails-accessibility copied to clipboard
This repository provides recommended RuboCop configuration and additional accessibility RuboCop Rails cops for use on open source and internal Rails projects.
Results
1
rubocop-rails-accessibility issues
Sort by
recently updated
recently updated
newest added
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: ``` Text ``` for example: ```...