Pattern: Malformed parentheses in method definition
Issue: -
This rule checks for parentheses around the arguments in method definitions. Both instance and class/singleton methods are checked.
Attribute | Value |
---|---|
EnforcedStyle | require_parentheses |
SupportedStyles | require_parentheses, require_no_parentheses, require_no_parentheses_except_multiline |