diff --git a/config/default.yml b/config/default.yml index f6510766816..ecbf8abf652 100644 --- a/config/default.yml +++ b/config/default.yml @@ -3393,7 +3393,6 @@ Style/MethodCallWithArgsParentheses: IgnoredMethods: [] AllowParenthesesInMultilineCall: false AllowParenthesesInChaining: false - AllowParenthesesInCamelCaseMethod: false EnforcedStyle: require_parentheses SupportedStyles: - require_parentheses diff --git a/manual/cops_style.md b/manual/cops_style.md index 4c38c8065cb..7b03528b326 100644 --- a/manual/cops_style.md +++ b/manual/cops_style.md @@ -2902,7 +2902,6 @@ IgnoreMacros | `true` | Boolean IgnoredMethods | `[]` | Array AllowParenthesesInMultilineCall | `false` | Boolean AllowParenthesesInChaining | `false` | Boolean -AllowParenthesesInCamelCaseMethod | `false` | Boolean EnforcedStyle | `require_parentheses` | `require_parentheses`, `omit_parentheses` ### References