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.
124 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- Fix Style/MissingElse loop with Style/GuardClause
- [Fix #15570] Fix false unused todo reports for glob exclusions
- [Fix #15131] Prefer direct bitwise predicate autocorrection
- Add autocorrection to Lint/CopDirectiveSyntax
- Tuning RuboCop's defaults from real-world usage data (RuboCop 2 discussion)
- Enabling `Layout/LineLength` results in unecessary corrections
- Add Style/FeatureEnvy
- [Fix #13755] Let auto_gen_config run in parallel
- [Style/CollectionQuerying] Preserve semantics for count without block
- Add new cop `Style/SquigglyHeredoc`
- Docs
- RuboCop::Cop::Layout::RedundantLineBreak#on_lvasgn
- RuboCop::Lsp::Routes#extract_initialization_options_from
- RuboCop::Lsp::Runtime#layout_mode=
- RuboCop::Cop::PrecedingFollowingAlignment#aligned_dot?
- RuboCop::Cop::Style::ReturnNilInPredicateMethodDefinition#register_offense
- RuboCop::Cop::Style::ReturnNilInPredicateMethodDefinition#nil_node_at_the_end_of_method_body
- RuboCop::Cop::Layout::TrailingEmptyLines#end_with_percent_blank_string?
- RuboCop::Cop::Layout::SpaceAfterComma#before_semicolon?
- RuboCop::Cop::VariableForce::Assignment#find_multiple_assignment_node
- RuboCop::Lsp::Server#configure