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.
133 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- `Lint/Void` and unary operators
- [Fix #13818] Fix false positives for `Lint/Void`
- `undefined method 'space_before?' for an instance of Array` with prism parser
- Introduce EnforcedStyleForMultiline "diff_comma"
- Autocorrect generation for `Naming/MethodName` does not yield a graceful 0 errors rubocop execution
- Endless defs combined with line-length cop break autoformatting
- False positive for `Layout/FirstArgumentIndentation` and `Layout/ClosingParenthesisIndentation` cops
- `Style/ArgumentsForwarding` should default to `UseAnonymousForwarding: false`
- Disable `Lint/ShadowingOuterLocalVariable` by default
- False positive for `Lint/Void`
- Docs
- RuboCop::CLI::Command::ShowCops::WildcardMatcher#pattern=
- RuboCop::CLI::Command::ShowCops::ExactMatcher#match?
- RuboCop::CLI::Command::ShowCops::ExactMatcher#pattern
- RuboCop::CLI::Command::ShowCops::ExactMatcher#pattern=
- RuboCop::Cop::Style::BlockDelimiters#on_csend
- RuboCop::Cop::Lint::SafeNavigationChain#operator_inside_hash?
- RuboCop::Cop::Lint::OutOfRangeRegexpRef#after_csend
- RuboCop::Cop::Lint::UselessNumericOperation#on_csend
- RuboCop::Cop::Metrics::CollectionLiteralLength#set_const?
- RuboCop::Cop::Style::RedundantLineContinuation#code_ends_with_continuation?