Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.