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.
134 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- [Fix #13433] Fix autocorrection for `Style/AccessModifierDeclarations` for multiple inline symbols
- `AssignmentInCondition` didn't find the style problem
- Incorrect autocorrect for `Style/AccessModifierDeclarations` cop
- Cop idea: Detect usages of `defined?` that will always be truthy
- Add new `Lint/HashNewWithKeywordArgumentsAsDefault` cop
- [Fix #13437] Add new cop `Lint/UselessDefined`
- Show warning if cop configurations create an inconsistency that will cause unexpected behaviour
- Where possible, use node extensions instead of `*splat`
- [Fix #13395] False positive for `Lint/UselessAssignment` when assigning in branch and block
- [Fix #13372] Fix inconsistent cache directory when using --cache-root
- Docs
- RuboCop::Cop::Lint::SafeNavigationConsistency#operand_in_or?
- RuboCop::Cop::Lint::SafeNavigationConsistency#operand_in_and?
- RuboCop::Cop::Lint::SafeNavigationConsistency#most_left_indices
- RuboCop::Cop::Lint::SafeNavigationConsistency#operand_nodes
- RuboCop::Cop::Lint::SafeNavigationConsistency#register_offense
- RuboCop::Cop::Lint::SafeNavigationConsistency#already_appropriate_call?
- RuboCop::Cop::Lint::SafeNavigationConsistency#find_consistent_parts
- RuboCop::Cop::Lint::SafeNavigationConsistency#receiver_name_as_key
- RuboCop::Cop::Lint::SafeNavigationConsistency#collect_operands
- RuboCop::Cop::Lint::SafeNavigationConsistency#on_or