Skip to content

Commit

Permalink
Add AllowParenthesesInCamelCaseMethod option to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jan 23, 2019
1 parent d6e7a16 commit 7e6b024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/default.yml
Expand Up @@ -3386,6 +3386,7 @@ Style/MethodCallWithArgsParentheses:
IgnoredMethods: []
AllowParenthesesInMultilineCall: false
AllowParenthesesInChaining: false
AllowParenthesesInCamelCaseMethod: false
EnforcedStyle: require_parentheses
SupportedStyles:
- require_parentheses
Expand Down
1 change: 1 addition & 0 deletions manual/cops_style.md
Expand Up @@ -2902,6 +2902,7 @@ IgnoreMacros | `true` | Boolean
IgnoredMethods | `[]` | Array
AllowParenthesesInMultilineCall | `false` | Boolean
AllowParenthesesInChaining | `false` | Boolean
AllowParenthesesInCamelCaseMethod | `false` | Boolean
EnforcedStyle | `require_parentheses` | `require_parentheses`, `omit_parentheses`

### References
Expand Down

0 comments on commit 7e6b024

Please sign in to comment.