Skip to content

Commit 4b7844a

Browse files
authored
Merge branch 'master' into francisfuzz/styleguide-syntax-update
2 parents a33679f + d1266dc commit 4b7844a

File tree

10 files changed

+2
-256
lines changed

10 files changed

+2
-256
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ inherit_gem:
1919
rubocop-github:
2020
- config/default.yml
2121
- config/rails.yml
22-
- config/accessibility.yml
2322
```
2423
24+
💭 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).
25+
2526
### Legacy usage
2627

2728
If you are using a rubocop version < 1.0.0, you can use rubocop-github version

config/accessibility.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

lib/rubocop/cop/github/accessibility/image_has_alt.rb

Lines changed: 0 additions & 26 deletions
This file was deleted.

lib/rubocop/cop/github/accessibility/link_has_href.rb

Lines changed: 0 additions & 25 deletions
This file was deleted.

lib/rubocop/cop/github/accessibility/no_positive_tabindex.rb

Lines changed: 0 additions & 32 deletions
This file was deleted.

lib/rubocop/cop/github/accessibility/no_redundant_image_alt.rb

Lines changed: 0 additions & 38 deletions
This file was deleted.

test/test_image_has_alt.rb

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/test_link_has_href.rb

Lines changed: 0 additions & 35 deletions
This file was deleted.

test/test_no_positive_tabindex.rb

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/test_no_redundant_image_alt.rb

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)