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
- False positive for `Lint/RedundantSafeNavigation` with `unless`
- False positive for `Lint/RedundantSafeNavigation` with `rescue`
- [Fix #15147] Fix false positives in `Lint/RedundantSafeNavigation`
- [Fix #15148] Fix false positives in `Lint/RedundantSafeNavigation`
- Move shared context "with exclude limit tracking"
- Style/SoleNestedConditional raises an error when autocorrecting nested conditionals with comments
- [Fix #15135] Fix `Style/RedundantParentheses` autocorrect swallowing chained methods into trailing comments
- [Safe Autocorrect Bug] Style/RedundantParentheses swallows chained methods into inline comments
- [Fix #13794] Fix Layout/LineLength autocorrection for endless methods with blocks
- Classic Sunday: Don't suggest intermediate fix that prompts another fix
- Docs
- RuboCop::Cop::VariableForce::Variable#candidate_condition?
- RuboCop::Cop::VariableForce::Variable#mark_last_as_reassigned!
- RuboCop::Cop::PrecedingFollowingAlignment#remove_equals_in_def
- RuboCop::Cop::InternalAffairs::NodePatternGroups#pattern_value
- RuboCop::Cop::InternalAffairs::NodePatternGroups#process_pattern
- RuboCop::Cop::InternalAffairs::NodePatternGroups#acceptable_heredoc?
- RuboCop::Cop::InternalAffairs::NodePatternGroups#range_with_offset
- RuboCop::Cop::InternalAffairs::NodePatternGroups#pattern_range
- RuboCop::Cop::InternalAffairs::NodePatternGroups#apply_range_offsets
- RuboCop::Cop::InternalAffairs::NodePatternGroups#replace_union