Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.4k
Open
Description
Inhttps://github.com/shopify/ruby-style-guide#syntax we say:
omit parentheses when the invocation is single-line and the method [...] is a class method call with implicit receiver.
But currently this isn't enforced by RuboCop.
The relevant cop is probablyhttps://www.rubydoc.info/gems/rubocop/1.43.0/RuboCop/Cop/Style/MethodCallWithArgsParentheses
Metadata
Metadata
Assignees
Labels
No labels