rubocop
https://github.com/rubocop-hq/rubocop
Ruby
A Ruby static code analyzer and formatter, 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.
50 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- `Lint/AmbiguousOperatorPrecedence` configuration
- [Fix #9325] Make Exclude config parameters merge by default
- Proposal to discuss: "Suggestion mode" cops
- Default for `Style/FormatStringToken`
- Prefer `require_relative`
- Rubocop removes rubocop:disable comments when auto-formatting with ALE
- Quick performance review
- Max Offenses option
- Regression of #4198 - Lint/AmbiguousBlockAssociation
- Autogenconfig doesn't exclude RSpec/NestedGroups
- Docs
- RuboCop::Cop::Style::SafeNavigation#dotless_operator_call?
- RuboCop::Cop::Lint::UselessOr#report_offense
- RuboCop::Cop::Lint::UselessOr#on_or
- RuboCop::Cop::Lint::UselessOr#truthy_return_value_method?
- RuboCop::Cop::Style::RedundantParentheses#in_pattern_matching_in_method_argument?
- RuboCop::Cop::Lint::IdentityComparison#object_id_comparison
- RuboCop::Cop::Style::EmptyStringInsideInterpolation#empty_branch_outcome?
- RuboCop::Cop::Style::EmptyStringInsideInterpolation#empty_else_outcome?
- RuboCop::Cop::Style::EmptyStringInsideInterpolation#empty_if_outcome?
- RuboCop::Cop::OrderedGemNode#consecutive_lines?