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
- 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
- [Fix #13351] Add Lint/NoRescueErrorMessageChecking rubocop to discourage rescue error matching
- Suppress `Style/RegexpLiteral` when otherwise `AmbiguousRegexpLiteral`?
- New cop to detect literal arrays inside a regexp
- `Layout/LineContinuationLeadingSpace` has a autofix logic error
- 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