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
- Add rubocop-exception_messages to third-party plugins
- Fix `Lint/NameTypo` false positives for methods Ruby itself provides
- Fix an incorrect autocorrect for `Style/MethodCallWithArgsParentheses` cop
- Fix an incorrect autocorrect for `Style/FloatDivision` cop
- Fix Style/EmptyMethod loop with Style/SingleLineMethods
- Style/RedundantFetchBlock autocorrect adds an argument to splatted fetch calls
- Fix RedundantFetchBlock autocorrection with splatted arguments
- Fix Layout/LineLength breaking lines after nested heredoc arguments
- Let cops carry their next-major defaults in a Preview section
- `Layout/FirstArrayElementIndentation` can infinite-loop with `Layout/ArrayAlignment: with_fixed_indentation`
- Docs
- RuboCop::Cop::FrozenStringLiteral.uninterpolated_heredoc?
- RuboCop::Cop::FrozenStringLiteral#uninterpolated_heredoc?
- RuboCop::Cop::Naming::AccessorMethodName#proper_attribute_name?
- RuboCop::Cop::Lint::UselessNumericOperation#useless?
- RuboCop::Cop::Lint::UselessNumericOperation#on_op_asgn
- RuboCop::Cop::Lint::UselessNumericOperation#on_send
- RuboCop::Cop::Lint::UselessNumericOperation#useless_abbreviated_assignment?
- RuboCop::Cop::Lint::UselessNumericOperation#useless_operation?
- RuboCop::Cop::Style::RedundantInterpolationUnfreeze#on_send
- RuboCop::CommentConfig#registry