Open andyw8 opened 1 year ago
For consistency, we should have a cop to ensure that
sig { returns String }
is written as
sig { returns(String) }
Note: This only happens if Style/MethodCallWithArgsParentheses is configured as IgnoreMacros: false. I would say rubocop-shopify should take precedence over that for sigs.
Style/MethodCallWithArgsParentheses
IgnoreMacros: false
For consistency, we should have a cop to ensure that
is written as