rubocop
https://github.com/bbatsov/rubocop
Ruby
A Ruby static code analyzer, based on the community Ruby style guide.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
130 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- Bad autocorrect in `Layout/HashAlignment` when multiple styles are allowed
- Improve `Layout/HashAlignment` documentation
- Style/TrailingCommaInArrayLiteral: inconsistent results when there are comments
- [Fix #14070] Fix false positives for `EnforcedStyleForMultiline: diff_comma`
- Prefer `References` over `Reference` in cop config
- Add `EnforcedStyle: allow_single_line` as the default to `Style/ItBlockParameter`
- Misleading configuration for `Style/ItBlockParameter`
- False positibe Lint/Syntax on pattern matching and splat operator applied to method result
- `--disable-uncorrectable` for `%w` array literals adds `# rubocop:todo Lint/UselessConstantScoping` to the array
- [Fix #14046] Add new `Style/Itself` cop
- Docs
- RuboCop::Cop::Style::ItBlockParameter#find_block_variables
- RuboCop::Cop::Style::ItBlockParameter#on_itblock
- RuboCop::Cop::Lint::ShadowingOuterLocalVariable#variable_used_in_declaration_of_outer?
- RuboCop::Cop::Layout::MultilineMethodParameterLineBreaks#on_defs
- RuboCop::Cop::Style::For#on_itblock
- RuboCop::Cop::Lint::Void#on_itblock
- RuboCop::Cop::Style::Proc#on_itblock
- RuboCop::Cop::Style::Next#on_itblock
- RuboCop::Cop::Style::Lambda#on_itblock
- RuboCop::Cop::Style::ObjectThen#on_itblock