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
- Quick performance review
- Max Offenses option
- Regression of #4198 - Lint/AmbiguousBlockAssociation
- Autogenconfig doesn't exclude RSpec/NestedGroups
- Layout/IndentFirstArrayElement makes you create quirky code
- Cop naming guidelines
- Nightly regression test
- Named captures syntax in NodePattern
- FirstMethodArgumentLineBreak plays poorly with arrays and hashes
- Should Lint/ShadowingOuterLocalVariable ignore when assigning with #tap?
- Docs
- RuboCop::Cop::HashAlignmentStyles::TableAlignment#max_delimiter_width
- RuboCop::Cop::Layout::SpaceAfterSemicolon#semicolon_sequence?
- RuboCop::Cop::Layout::SpaceAfterSemicolon#space_missing?
- RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces#on_hash_pattern
- RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets#on_array_pattern
- RuboCop::Cop::TrailingComma#node_end_location
- RuboCop::Cop::Lint::LiteralAsCondition#condition_evaluation
- RuboCop::Cop::Style::ClassAndModuleChildren#tab_indentation_width
- RuboCop::Cop::Style::ClassAndModuleChildren#spaces_size
- RuboCop::Cop::Style::RedundantParentheses#method_call_parentheses_required?