Skip to content

Commit

Permalink
Remove LinkHasHref rule
Browse files Browse the repository at this point in the history
Remove `LinkHasHref` rule
  • Loading branch information
Adrián Bolonio authored Sep 21, 2022
2 parents f8ababe + 689cda2 commit ff9571c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 91 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ examples/documentation.
## Rules

- [RuboCop::Cop::Accessibility::ImageHasAlt](guides/image-has-alt.md)
- [RuboCop::Cop::Accessibility::LinkHasHref](guides/link-has-href.md)
- [RuboCop::Cop::Accessibility::NoPositiveTabindex](guides/no-positive-tabindex.md)
- [RuboCop::Cop::Accessibility::NoRedundantImageAlt](guides/no-redundant-image-alt.md)

Expand Down
3 changes: 0 additions & 3 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ AllCops:
RubocopRailsAccessibility/ImageHasAlt:
Enabled: true
StyleGuide: https://github.com/github/rubocop-rails-accessibility/blob/master/guides/image-has-alt.md
RubocopRailsAccessibility/LinkHasHref:
Enabled: true
StyleGuide: https://github.com/github/rubocop-rails-accessibility/blob/master/guides/link-has-href.md
RubocopRailsAccessibility/NoPositiveTabindex:
Enabled: true
StyleGuide: https://github.com/github/rubocop-rails-accessibility/blob/master/guides/no-positive-tabindex.md
Expand Down
29 changes: 0 additions & 29 deletions guides/link-has-href.md

This file was deleted.

23 changes: 0 additions & 23 deletions lib/rubocop/cop/rubocop-rails-accessibility/link_has_href.rb

This file was deleted.

35 changes: 0 additions & 35 deletions test/test_link_has_href.rb

This file was deleted.

0 comments on commit ff9571c

Please sign in to comment.