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.
138 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- FIPS: replace MD5 with SHA1
- Hash style table vs IndentArray
- [Fix #6493] `Layout/FirstMethodArgumentLineBreak` for multi-line single argument
- Rails/ReflectionClassName gives false positive
- Allow parens for optional keyword value calls in Style/MethodCallWithArgsParentheses
- Allow parens for calls in range literals (Style/MethodCallWithArgsParentheses)
- Naming/UncommunicativeMethodParamName doesn't take into account underscore prefix
- [Fix #6751] Prevent Style/OneLineConditional from breaking on retry keyword
- Documentation: Add configuration section to Basic Usage
- [Fix #6755] Prevent Style/TrailingCommaInArgument from breaking when a safe method call is chained on the offending method
- Docs
- RuboCop::Cop::Style::RaiseArgs#requires_parens?
- RuboCop::Cop::Style::MethodCallWithArgsParentheses#on_csend
- RuboCop::Cop::Layout::FirstMethodArgumentLineBreak#on_csend
- RuboCop::Cop::Lint::ParenthesesAsGroupedExpression#on_csend
- RuboCop::Cop::Layout::ClosingParenthesisIndentation#on_csend
- RuboCop::Cop::Style::MethodCalledOnDoEndBlock#on_csend
- RuboCop::Cop::Style::BracesAroundHashParameters#on_csend
- RuboCop::Cop::Layout::EmptyLinesAroundArguments#on_csend
- RuboCop::Cop::Layout::FirstParameterIndentation#on_csend
- RuboCop::Cop::Style::TrailingCommaInArguments#on_csend