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
- [Layout/SpaceInsideParens] Parser::Source::Range: end_pos must not be less than begin_pos with Prism 1.0.0/1.1.0
- autocorrecting with Style/RedundantCondition can eat comments
- [Fix #13199] Fix an incorrect autocorrect for `Style/RedundantCondition`
- `Lint/FloatComparison` should detect `case` statements
- Proposal: add `InternalAffairs/NodeMatcherNaming`
- Introduce `InternalAffairs/ExpectCorrectionIfAutocorrect`
- Fix some false positives in `Lint/UnreachableCode`.
- [Fix #11191] Add new `Lint/NumericOperationWithConstantResult` cop
- Validate the type of top-level config entries through `default.yml`
- Style/CombinableLoops triggered incorrectly
- Docs
- RuboCop::Cop::Style::CombinableDefined#rhs_range_to_remove
- RuboCop::Cop::Style::CombinableDefined#lhs_range_to_remove
- RuboCop::Cop::Style::CombinableDefined#remove_term
- RuboCop::Cop::Style::CombinableDefined#namespaces
- RuboCop::Cop::Style::CombinableDefined#defined_calls
- RuboCop::Cop::Style::CombinableDefined#terms
- RuboCop::Cop::Style::CombinableDefined#on_and
- RuboCop::Cop::Style::RedundantLineContinuation#inspect_eof_line_continuation
- RuboCop::CachedData#source_buffer
- RuboCop::Cop::Style::RedundantParentheses#do_end_block_in_method_chain?