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
- Remove an orphaned enable when its disable is redundant
- Add an EnforcedStyle to Style/MutableConstant that forbids .freeze on literals
- [Fix #15726] Add `unfrozen_literals` style to `Style/MutableConstant`
- Fix an infinite loop for `Style/MutableConstant` cop
- Fix an incorrect autocorrect for `Style/BlockDelimiters` cop
- Fix Layout/HashAlignment separator loop when key too wide to align
- [Fix #15570] Fix false unused todo reports for glob exclusions
- [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
- Docs
- RuboCop::Cop::VisibilityHelp#node_visibility_from_visibility_inline_on_def
- RuboCop::Cop::VisibilityHelp#node_visibility_from_visibility_inline
- RuboCop::Cop::Style::HashEachMethods#format_message
- RuboCop::Cop::Style::HashEachMethods#register_kv_with_block_pass_offense
- RuboCop::Cop::Style::HashEachMethods#on_block_pass
- RuboCop::Cop::Style::HashEachMethods#kv_each_with_block_pass
- RuboCop::Cop::RangeHelp#add_range
- RuboCop::Cop::RangeHelp#range_with_comments
- RuboCop::Cop::RangeHelp#range_with_comments_and_lines
- RuboCop::Cop::Style::OperatorMethodCall#wrap_in_parentheses_if_chained