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
- Refresh the home page
- Endless defs combined with line-length cop break autoformatting
- False positive for `Lint/Void`
- Lint for redundant keyword_init on structs
- Cop idea: lint for inconsistent safe navigation
- Style/RedundantConditional should cover cases where only true is returned
- Behavior difference of `rubocop` vs `rubocop .`
- Some offenses only with spring
- Fix auto-generation of outstanding issues to respect XDG configuration
- Describe `AllowedMethods` and `AllowedPatterns`
- Docs
- RuboCop::LSP::Runtime#build_diagnostic
- RuboCop::Lsp::StdinRunner#do_inspection_loop
- RuboCop::Lsp::StdinRunner#processed_source
- RuboCop::LSP::DisableCommentEdits#range_by_lines
- RuboCop::LSP::DisableCommentEdits#multiline_string?
- RuboCop::LSP::DisableCommentEdits#string_continuation?
- RuboCop::LSP::DisableCommentEdits#surrounding_percent_array?
- RuboCop::LSP::DisableCommentEdits#heredoc_range
- RuboCop::LSP::DisableCommentEdits#surrounding_heredoc?
- RuboCop::LSP::DisableCommentEdits#eol_comment_would_be_inside_literal?