зеркало из
1
0
Форкнуть 0
This repository provides recommended RuboCop configuration and additional accessibility RuboCop Rails cops for use on open source and internal Rails projects.
Перейти к файлу
Kate Higa 6360170af4
Merge pull request #88 from github/dependabot/bundler/rubocop-rails-2.26.1
build(deps-dev): bump rubocop-rails from 2.26.0 to 2.26.1
2024-09-09 10:28:10 -07:00
.github build(deps): bump ruby/setup-ruby from 1.190.0 to 1.191.0 2024-09-09 15:28:29 +00:00
bin
config
guides
lib
test
.gitignore
.rspec
.rubocop.yml
CODEOWNERS
CONTRIBUTING.md
Gemfile
Gemfile.lock build(deps-dev): bump rubocop-rails from 2.26.0 to 2.26.1 2024-09-09 15:52:49 +00:00
LICENSE
README.md
Rakefile
rubocop-rails-accessibility.gemspec

README.md

RuboCop Rails Accessibility

This repository provides recommended RuboCop configuration and additional accessibility RuboCop Rails cops for use on open source and internal Rails projects.

Installation

Install the rubocop-rails-accessibility gem

gem install rubocop-rails-accessibility

or if you use bundler put this in your Gemfile

gem 'rubocop-rails-accessibility'
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false

Usage

You need to tell RuboCop to load RuboCop Rails Accessibility.

Put this into your .rubocop.yml.

require:
  - rubocop-rails-accessibility

Testing

Install all of the required gems

bundle install

Run the tests

bundle exec rake

The Cops

All cops are located under lib/rubocop/cop/rails_accessibility, and contain examples/documentation.

Rules

Contributing

If you have any suggestion for how this project could be improved, please read the contributing guidelines.