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.
49 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- Add a stall watchdog to the parallel spec runner
- Fix Layout/RedundantLineBreak crash on nested multiline assignments
- Fix an infinite loop for `Layout/IndentationStyle` cop
- [Fix #15663] Fix an incorrect autocorrect for `Style/RedundantFetchBlock`
- `Lint/RedundantCopDisableDirective` leaves an orphan `enable` directive when the cop is not enabled
- Add rubocop-exception_messages to third-party plugins
- Fix `Lint/NameTypo` false positives for methods Ruby itself provides
- Style/RedundantFetchBlock autocorrect adds an argument to splatted fetch calls
- Fix Layout/LineLength breaking lines after nested heredoc arguments
- Lint/NameTypo reports false-positives for Time.now with ProjectIndexIncludesGems: true
- Docs
- RuboCop::Cop::Lint::RedundantStringCoercion#register_offense
- RuboCop::Cop::Lint::RedundantStringCoercion#on_send
- RuboCop::Cop::Style::RedundantLineContinuation#method_with_argument?
- RuboCop::Cop::Style::RedundantLineContinuation#inside_string_literal_or_method_with_argument?
- RuboCop::Cop::Metrics::ClassLength#on_sclass
- RuboCop::Cop::Style::TrailingBodyOnClass#on_sclass
- RuboCop::Cop::Layout::ClassStructure#on_sclass
- CopsDocumentationGenerator#docs_path
- RuboCop::Cop::Style::ClassEqualityComparison#trim_string_quotes
- RuboCop::Cop::Style::ClassEqualityComparison#unable_to_determine_type?