fix rubocop cop Style/SingleSpaceBeforeFirstArg

This commit is contained in:
Pavel Lobashov 2015-06-08 10:27:21 +03:00
parent f7eec2dd76
commit 37ede3cd61
2 changed files with 1 additions and 6 deletions

View File

@ -136,11 +136,6 @@ Style/Semicolon:
Style/SignalException: Style/SignalException:
Enabled: false Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
Style/SingleSpaceBeforeFirstArg:
Enabled: false
# Offense count: 9 # Offense count: 9
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: MultiSpaceAllowedForOperators. # Configuration parameters: MultiSpaceAllowedForOperators.