Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more

Follow up of #31390.
This commit is contained in:
Ryuta Kamizono 2017-12-12 20:00:50 +09:00
parent 38b2904f2c
commit 2b35826389
24 changed files with 46 additions and 43 deletions

View File

@ -73,6 +73,9 @@ Layout/SpaceAroundKeyword:
Layout/SpaceAroundOperators:
Enabled: true
Layout/SpaceBeforeComma:
Enabled: true
Layout/SpaceBeforeFirstArg:
Enabled: true