rubocop
https://github.com/rubocop-hq/rubocop
Ruby
A Ruby static code analyzer and formatter, 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.
50 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- Style/TernaryParentheses - yet another style - require_parentheses_when_question
- `Layout/SpaceInsideArrayPercentLiteral` and `Layout/SpaceInsidePercentLiteralDelimiters` are unaware of vertical alignment of `%w[]` arrays
- `Naming/ClassAndModuleCamelCase` incorrectly suggests writing class/module name `X86_64` in CamelCase
- `Layout/SpaceAroundOperators` configuration for `no_space` operators
- Document that disable comments can include a descriptive comment
- Disabling Layout/LineLength triggers many unrelated offenses
- Question: Is there a cop that enforces the recommendation of 1 class per file?
- Cover more cases in Layout/MultilineMethodCallIndentation
- Add `Style/HashNewKeywordArguments` cop
- Keeps wrong indentation
- Docs
- RuboCop::Cop::Layout::LineLength#breakable_string_delimiters
- RuboCop::Cop::Layout::LineLength#breakable_dstr_begin_position
- RuboCop::Cop::Layout::LineLength#breakable_string_range
- RuboCop::Cop::Layout::LineLength#breakable_string_position
- RuboCop::Cop::Layout::LineLength#breakable_string?
- RuboCop::Cop::Layout::LineLength#check_for_breakable_dstr
- RuboCop::Cop::Layout::LineLength#check_for_breakable_str
- RuboCop::Cop::Layout::LineLength#on_dstr
- RuboCop::Cop::Layout::LineLength#on_str
- RuboCop::Cop::Layout::LineLength#largest_possible_string