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.
130 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- [Fix #9227] Change to better suggestion for Style/GuardClause
- Add `DisableCopForEntireFileInSourceCode` cop
- AllCops > Include parameter isn't behaving as expected
- [Fix #7077] Rename cops to meet the cop naming guideline
- Introduce cop to warn against usage of `$!` and `$@`.
- `Lint/AmbiguousOperatorPrecedence` configuration
- Proposal to discuss: "Suggestion mode" cops
- Default for `Style/FormatStringToken`
- Prefer `require_relative`
- Add new `EnableNewCopsUpTo` option to enable all pending cops up to a specific Rubocop version
- Docs
- RuboCop::Cop::Style::SafeNavigation#matching_call_nodes?
- RuboCop::Cop::Style::SafeNavigation#matching_nodes?
- RuboCop::Cop::Style::RedundantParentheses#argument_of_parenthesized_method_call?
- RuboCop::Cop::Style::ConditionalCorrectorHelper#same_line?
- RuboCop::MagicComment::SimpleComment#new_frozen_string_literal
- RuboCop::MagicComment::EmacsComment#new_frozen_string_literal
- RuboCop::Cop::Style::RedundantCondition#wrap_arguments_with_parens
- RuboCop::Server::Cache.load_erb_templated_yaml
- RuboCop::Cop::Style::Next#allowed_consecutive_conditionals?
- RuboCop::Cop::Style::Next#consecutive_conditionals?