No description
  • Ruby 98.7%
  • Shell 1.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Abdul Ahmad 4d49e141b7
build(deps): bump ruby/setup-ruby from 1.316.0 to 1.319.0 in the all-dependencies group (#261)
Bumps the all-dependencies group with 1 update:
[ruby/setup-ruby](https://github.com/ruby/setup-ruby).

Updates `ruby/setup-ruby` from 1.316.0 to 1.319.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ruby/setup-ruby/releases">ruby/setup-ruby's
releases</a>.</em></p>
<blockquote>
<h2>v1.319.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add ruby-3.3.12 by <a
href="https://github.com/ruby-builder-bot"><code>@​ruby-builder-bot</code></a>
in <a
href="https://redirect.github.com/ruby/setup-ruby/pull/930">ruby/setup-ruby#930</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/setup-ruby/compare/v1.318.0...v1.319.0">https://github.com/ruby/setup-ruby/compare/v1.318.0...v1.319.0</a></p>
<h2>v1.318.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update CRuby releases on Windows by <a
href="https://github.com/ruby-builder-bot"><code>@​ruby-builder-bot</code></a>
in <a
href="https://redirect.github.com/ruby/setup-ruby/pull/929">ruby/setup-ruby#929</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/setup-ruby/compare/v1.317.0...v1.318.0">https://github.com/ruby/setup-ruby/compare/v1.317.0...v1.318.0</a></p>
<h2>v1.317.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add ruby-4.0.6 by <a
href="https://github.com/ruby-builder-bot"><code>@​ruby-builder-bot</code></a>
in <a
href="https://redirect.github.com/ruby/setup-ruby/pull/928">ruby/setup-ruby#928</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/setup-ruby/compare/v1.316.0...v1.317.0">https://github.com/ruby/setup-ruby/compare/v1.316.0...v1.317.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="003a5c4d8d"><code>003a5c4</code></a>
Add ruby-3.3.12</li>
<li><a
href="8e41b362d2"><code>8e41b36</code></a>
Update CRuby releases on Windows</li>
<li><a
href="6e5d382445"><code>6e5d382</code></a>
Add ruby-4.0.6</li>
<li>See full diff in <a
href="d45b1a4e94...003a5c4d8d">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby/setup-ruby&package-manager=github_actions&previous-version=1.316.0&new-version=1.319.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
2026-07-20 19:18:35 +00:00
.github build(deps): bump ruby/setup-ruby in the all-dependencies group 2026-07-20 15:52:50 +00:00
bin Adapt repo to be a rules set 2022-08-19 16:32:53 +00:00
config Recommend usage of require: rubocop-rails-accessibility; rename RuboCop department to "RailsAccessibility" 2022-10-12 11:58:01 -07:00
guides Recommend usage of require: rubocop-rails-accessibility; rename RuboCop department to "RailsAccessibility" 2022-10-12 11:58:01 -07:00
lib patch: 1.0.1 2024-02-08 16:21:23 +00:00
test Update the test setup 2023-10-17 15:04:36 -04:00
.gitignore Move gem requirements to gemspec, run rubocop to autocorrect mistakes 2022-08-22 15:49:52 -07:00
.rspec Initial commit 2022-08-16 14:34:50 +02:00
.rubocop.yml Recommend usage of require: rubocop-rails-accessibility; rename RuboCop department to "RailsAccessibility" 2022-10-12 11:58:01 -07:00
CODEOWNERS Add codeowners file 2022-09-05 16:11:46 +02:00
CONTRIBUTING.md Adapt repo to be a rules set 2022-08-19 16:32:53 +00:00
Gemfile Move gem requirements to gemspec, run rubocop to autocorrect mistakes 2022-08-22 15:49:52 -07:00
Gemfile.lock build(deps): bump the all-dependencies group with 2 updates 2026-07-13 15:53:12 +00:00
LICENSE Adapt repo to be a rules set 2022-08-19 16:32:53 +00:00
Rakefile Move gem requirements to gemspec, run rubocop to autocorrect mistakes 2022-08-22 15:49:52 -07:00
README.md Recommend usage of require: rubocop-rails-accessibility; rename RuboCop department to "RailsAccessibility" 2022-10-12 11:58:01 -07:00
rubocop-rails-accessibility.gemspec Update rubocop-rails-accessibility.gemspec to require >= 3.2 2025-02-21 11:49:42 -05:00

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.