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.
124 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- EnforcedShorthandSyntax for keyword argument values
- Move `ClassStructure` to `Style`
- Maybe Style/StringConcatenation should be conservative by default
- Rubocop inspects files using cops that it shouldn't use
- Style/HashSyntax adds inconsistent parens
- Layout/HashAlignment: allow grouping (i.e. separation by blank lines)
- Rename `Lint/AmbiguousOperatorPrecedence` to `Style/ExplicitOperatorPrecedence`
- Be able to run rubocop in a "nested project" without picking up config in parent directories.
- JSON Schema for Rubocop Config
- Proposal: New cop for line breaks in long arrays
- Docs
- RuboCop::Cop::Style::MissingElse#guard_clause_cop_conflict?
- RuboCop::Cop::Style::EndlessMethod#ends_with_anonymous_argument?
- RuboCop::Cop::Style::YodaCondition#move_receiver_to_back
- RuboCop::Cop::Style::YodaCondition#move_argument_to_front
- RuboCop::Cop::Style::ItBlockParameter#block_variables
- RuboCop::Cop::Style::ItBlockParameter#used_within_inner_block?
- RuboCop::Cop::Style::ItBlockParameter#inner_block_ranges
- RuboCop::Cop::Layout::SpaceAroundKeyword#block_brace_with_no_space_style?
- RuboCop::Cop::Style::EndlessMethod#ends_with_omitted_hash_value?
- RuboCop::Cop::Style::HashLookupMethod#compound_assignment_target?