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.
134 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- False negative for `Style/RedundantLineContinuation` when the following line starts with a percent array
- Style/MultipleComparison autocorrect leaves an error state due to Performance/CollectionLiteralInLoop
- Changing inherited files' require files does not automatically restart the rubocop server
- Add new `Lint/MethodKeywordName` cop
- Propose new cop to detect keyword method names
- Require `prism` as a parser to analyse newly released ruby versions
- Reenable `Lint/CircularArgumentReference` for Ruby 3.4
- Add Style/It cop
- new cop: Single Line Complexity
- Add new `Style/RescueVariableWriter` cop
- Docs
- RuboCop::Cop::Style::ArrayFirstLast#find_offense_range
- RuboCop::Cop::Style::ArrayFirstLast#preferred_value
- RuboCop::Cop::Style::ArrayFirstLast#on_csend
- RuboCop::LSP::Diagnostic#offense_replacements
- RuboCop::LSP::Diagnostic#autocorrect_action
- RuboCop::LSP::Diagnostic#code_description
- RuboCop::LSP::Diagnostic#severity
- RuboCop::LSP::Diagnostic#message
- RuboCop::LSP::Diagnostic#to_lsp_diagnostic
- RuboCop::LSP::Diagnostic#to_lsp_code_actions