Enable Style/SpaceAfterMethodName rubocop cop

See #17478
This commit is contained in:
Grzegorz Bizon 2016-05-30 14:41:34 +02:00
parent 43c35b0f20
commit 2bb0eecb20
2 changed files with 2 additions and 2 deletions

View File

@ -541,7 +541,7 @@ Style/SpaceAfterComma:
# Do not put a space between a method name and the opening parenthesis in a
# method definition.
Style/SpaceAfterMethodName:
Enabled: false
Enabled: true
# Tracks redundant space after the ! operator.
Style/SpaceAfterNot: