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 `Style/AccessModifierDeclarations` to register access modifiers with multiple symbols
- [Fix #13372] Fix inconsistent cache directory when using --cache-root
- [Fix #11393] Update `Lint/UnusedMethodArgument` to allow the class names for `IgnoreNotImplementedMethods` to be configured
- [Fix #13402] Fix a false positive for `Lint/SafeNavigationConsistency`
- Lint/SafeNavigationConsistency precedence problem
- False positive for `Lint/UselessAssignment` when assigning in branch and block
- `Style/RedundantConstantBase` when working in `*.jbuilder` files
- `ResultCache.cleanup` inconsistency when using `--cache-root` vs ENV or config file
- [Fix #13372] Fix inconsistent cache directory when using --cache-root
- New rubocop to discourage rescue error matching
- Docs
- RuboCop::Cop::Lint::LiteralInInterpolation#handle_special_regexp_chars
- RuboCop::Cop::Lint::SafeNavigationConsistency#nilable?
- 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