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.
134 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- [Fix #13284] Add new `target_gem_version` API
- [Fix #13320] Fix incorrect autocorrect when `Layout/LineContinuationLeadingSpace` and `Style/StringLiterals` autocorrects in the same pass
- Fix `Layout/LineLength` cop failure in case of tabbed YARD-comment-like string
- Automatic pre-commit repository revision update in docs
- Lint/NumericOperationWithConstantResult incorrectly handles i % 1
- [Fix #13532] Fix `Lint/NumericOperationWithConstantResult` cop not to complain about `% 1` operation
- Add `Config#for_enabled_cop` and `Config#cop_enabled?`
- [Fix #13509] Update `Layout/ExtraSpacing` and `Layout/SpaceAroundOperators` to handle preceding operators inside strings
- Fix `Style/HashExcept` to recognize safe navigation with Active Support methods
- Add `Style/HashSlice` cop
- Docs
- RuboCop::Cop::Style::StringConcatenation#adjust_str
- RuboCop::Cop::Lint::UnreachableCode#report_on_flow_command?
- RuboCop::Cop::Lint::UnreachableCode#instance_eval_block?
- RuboCop::Cop::Lint::UnreachableCode#register_redefinition
- RuboCop::Cop::Lint::UnreachableCode#redefinable_flow_method?
- RuboCop::Cop::Lint::UnreachableCode#after_block
- RuboCop::Cop::Lint::UnreachableCode#on_numblock
- RuboCop::Cop::Lint::UnreachableCode#on_block
- RuboCop::Cop::Lint::UnreachableCode#initialize
- RuboCop::Cop::Style::LambdaCall#on_csend