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
- Add new `Style/SelectByRange` cop
- Add new `Style/PredicateWithKind` cop
- Add new `Style/RedundantMinMaxBy` cop
- Is there interest in (unsafe) autocorrect to replace OpenStruct.new(keys: values) with Data.define(*keys).new(*values)
- Style/IfInsideElse autocorrect moves condition into the wrong place
- Improve `WaywardPredicates` of `Naming/PredicateMethod` cop
- Style/EmptyClassDefinition default and Lint/EmptyClass in conflict
- [Fix #14756] Extend to detect more void contexts
- [Fix rubocop#13142] Add new Lint/MethodCallConsistency cop
- Server mode timeout configuration
- Docs
- RuboCop::CommentConfig#apply_cop_op
- RuboCop::CommentConfig#apply_push
- RuboCop::CommentConfig#expand_cop_name
- RuboCop::CommentConfig#resolve_push_cops
- RuboCop::CommentConfig#snapshot_cops
- RuboCop::Cop::Style::GuardClause#find_heredoc_argument
- RuboCop::Formatter::TapFormatter#to_whitespace
- RuboCop::Cop::Lint::DuplicateMethods#inside_condition?
- RuboCop::Cop::Lint::DuplicateMethods#delegators?
- RuboCop::Cop::Lint::DuplicateMethods#delegator?