ruby-style-guide
https://github.com/rubocop/ruby-style-guide
A community-driven Ruby coding 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.
not yet supported1 Subscribers
Add a CodeTriage badge to ruby-style-guide
Help out
- Issues
- Add recommendation to avoid variable reflection methods
- Link explaining `respond_to_missing?` doesn't work
- New cop for surrounding multiline code blocks by empty lines
- If the arguments of a method call span more than one line, only allow one argument per line
- Add section for else branches after loop exit
- Add Reraising exceptions rule
- "Nested" ternary in string interpolation ambiguity
- Clarify that `can` is sometimes a valid verb for predicate names
- Discourage the use of writer methods with rescued exceptions
- Style guide: misleading description for "Slicing with Ranges"
- Docs
- not yet supported