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
- `Lint/RedundantCopDisableDirective` leaves an orphan `enable` directive when the cop is not enabled
- Crash with rubocop:push/rubocop:pop around 2 method definitions
- [Fix #15672] Fix an error for `Lint/RedundantCopDisableDirective` with repeated `push`/`pop`
- Fix an error for `Style/FloatDivision` cop
- Fix an infinite loop for `Style/NumericLiteralPrefix` with signed literals
- 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
- Docs
- RuboCop::RSpec::ParallelFormatter#output_summary
- RuboCop::RSpec::ParallelFormatter#colorizer
- RuboCop::RSpec::ParallelFormatter#dump_summary
- RuboCop::RSpec::ParallelFormatter#dump_failures
- RuboCop::RSpec::ParallelFormatter#dump_pending
- RuboCop::Cop::Util.line
- RuboCop::Cop::Util#line
- RuboCop::Cop::Style::CommentedKeyword#source_line
- RuboCop::Cop::InternalAffairs::LocationLineEqualityComparison#on_send
- RuboCop::Cop::InternalAffairs::LocationLineEqualityComparison#location_line_equality_comparison?