- Notifications
You must be signed in to change notification settings - Fork2
This repository provides recommended RuboCop configuration and additional accessibility RuboCop Rails cops for use on open source and internal Rails projects.
License
github/rubocop-rails-accessibility
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository provides recommendedRuboCop configuration and additionalaccessibility RuboCop Rails cops for use on open source and internal Rails projects.
Install therubocop-rails-accessibility
gem
gem install rubocop-rails-accessibility
or if you use bundler put this in yourGemfile
gem'rubocop-rails-accessibility'gem"rubocop-performance",require:falsegem"rubocop-rails",require:false
You need to tell RuboCop to load RuboCop Rails Accessibility.
Put this into your.rubocop.yml
.
require: -rubocop-rails-accessibility
Install all of the required gems
bundle install
Run the tests
bundleexec rake
All cops are located underlib/rubocop/cop/rails_accessibility
, and containexamples/documentation.
- RailsAccessibility/ImageHasAlt
- RailsAccessibility/NoPositiveTabindex
- RailsAccessibility/NoRedundantImageAlt
If you have any suggestion for how this project could be improved, please read thecontributing guidelines.
About
This repository provides recommended RuboCop configuration and additional accessibility RuboCop Rails cops for use on open source and internal Rails projects.
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.