diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 718af49cd4f..bba45c7fb55 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -536,7 +536,7 @@ Style/SpaceAfterColon: # Use spaces after commas. Style/SpaceAfterComma: - Enabled: false + Enabled: true # Do not put a space between a method name and the opening parenthesis in a # method definition. |