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.
126 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- Make `Style/ArrayIntersectWithSingleElement` detect `intersection([element]).any?`
- Add `rubocop-i18n` to suggested extensions
- Fix false negative for Lint/AmbiguousAssignment on send assignments
- Fix precedence-sensitive autocorrects in negation/comparison cops
- Fix invalid-Ruby autocorrects in Style/Redundant* cops
- Fix false positives for `Style/ItAssignment` before Ruby 3.4
- `Style/ClassAndModuleChildren`: `EnforcedStyleForClasses` / `EnforcedStyleForModules` are silently ignored
- Change `Lint/DuplicateMethods` to detect duplicates across files
- Support autocorrection for tab indentation in `Layout/IndentationWidth` and `Style/ClassAndModuleChildren`
- [Fix #15298] Fix an incorrect autocorrect for `Lint/LiteralInInterpolation`
- Docs
- RuboCop::Cop::Style::HashConversion#correct_multi_argument
- RuboCop::Cop::Gemspec::DuplicatedAssignment#enclosing_specification
- RuboCop::Cop::Gemspec::DuplicatedAssignment#indexed_assignment_key
- RuboCop::Cop::Style::IdenticalConditionalBranches#indentation_of
- RuboCop::Cop::Style::LambdaCall#comments_in_node?
- RuboCop::Cop::Style::MethodDefParentheses.autocorrect_incompatible_with
- RuboCop::Cop::Style::MissingRespondToMissing#enclosing_scope
- RuboCop::Cop::Style::RedundantCurrentDirectoryInPath#leading_path_content
- RuboCop::Cop::Lint::ToJSON#on_defs
- RuboCop::Cop::Layout::EmptyComment#inline_comment?