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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ inherit_gem:
rubocop-github:
- config/default.yml
- config/rails.yml
- config/accessibility.yml
```

💭 Looking for `config/accessibility.yml` and the `GitHub/Accessibility` configs? They have been moved to [a new gem](https://github.com/github/rubocop-rails-accessibility).

### Legacy usage

If you are using a rubocop version < 1.0.0, you can use rubocop-github version
Expand Down
15 changes: 0 additions & 15 deletions config/accessibility.yml

This file was deleted.

26 changes: 0 additions & 26 deletions lib/rubocop/cop/github/accessibility/image_has_alt.rb

This file was deleted.

25 changes: 0 additions & 25 deletions lib/rubocop/cop/github/accessibility/link_has_href.rb

This file was deleted.

32 changes: 0 additions & 32 deletions lib/rubocop/cop/github/accessibility/no_positive_tabindex.rb

This file was deleted.

38 changes: 0 additions & 38 deletions lib/rubocop/cop/github/accessibility/no_redundant_image_alt.rb

This file was deleted.

28 changes: 0 additions & 28 deletions test/test_image_has_alt.rb

This file was deleted.

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

This file was deleted.

28 changes: 0 additions & 28 deletions test/test_no_positive_tabindex.rb

This file was deleted.

28 changes: 0 additions & 28 deletions test/test_no_redundant_image_alt.rb

This file was deleted.