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
- Template files are not correctly autocorrected
- Performance issue with rubocop rspec support
- Warn about operator precedence pitfalls {} vs do end
- [Fix #8402] Add new `Style/EachWith` cop
- Implicit behavior when parsing malformed rubocop:disable directives
- Command line option “--cache false” should prevent writing/creating cache directory
- Add new `Style/SelectByRange` cop
- Is there interest in (unsafe) autocorrect to replace OpenStruct.new(keys: values) with Data.define(*keys).new(*values)
- Style/IfInsideElse autocorrect moves condition into the wrong place
- Improve `WaywardPredicates` of `Naming/PredicateMethod` cop
- Docs
- RuboCop::Options#add_mcp_option
- RuboCop::MCP::Server#build_tool
- RuboCop::MCP::Server#build_summary
- RuboCop::MCP::Server#write_file
- RuboCop::MCP::Server#read_file
- RuboCop::MCP::Server#process_files
- RuboCop::MCP::Server#run_autocorrection
- RuboCop::MCP::Server#run_inspection
- RuboCop::MCP::Server#autocorrection_tool
- RuboCop::MCP::Server#inspection_tool