10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.62.0 * Improve `StrictLocals` behavior toggling via comments
0.61.1 * Allow `StrictLocals` to be disabled by a comment
0.61.0 * Add `StrictLocals` linter to enforce declaring locals at beginning of partial
0.60.0 * Run linters in parallel by default * Update `InstanceVariables` linter to support :ruby filters
0.59.0 * Speed up load time by preferring `require_relative` in internal gem file loading
0.58.0 * Fix `block_keyword` method returning keywords used as arguments of method call
0.57.0 * Add `GitHubReporter`
* Rubocop: Properly pass the whitespace around tag attributes to Rubo… …Cop. This allows some improved corrections and fixes bugs.
0.55.0 * Lazily open files to avoid file descriptor exhaustion
0.54.0 * Drop support for Ruby 2.7, which reached [EoL](https://www.ruby-lang.org/en/downloads/branches/) in March 2023 * Add support for `--stdin`/`-s` flags for piping from standard input