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
- New exception classes
- `extend self` and `module_function` are not the same
- Empty line around nesting blocks of the same indentation
- `alias_method` should be preferred to `alias`
- Recommend calling super in initialize
- Avoiding use of class references built via strings/`constantize`
- Prefer `drop` over `slice` (or `shift`) to retrieve all but the first array element
- Revise "No Braces Options Hash" rule
- Control flow keywords should begin their line
- Use `#fetch` for arrays?
- Docs
- not yet supported