Enable the cop that checks for brackets in method definitions

This commit is contained in:
gregoirenovel 2018-03-20 17:54:45 +01:00
parent 19606d5b94
commit ecc0f88417
2 changed files with 2 additions and 2 deletions

View file

@ -990,7 +990,7 @@ Style/MethodCalledOnDoEndBlock:
Enabled: false
Style/MethodDefParentheses:
Enabled: false
Enabled: true
Style/MethodMissing:
Enabled: false