Enable Style/SpaceInsideBrackets

This commit is contained in:
Douwe Maan 2017-02-21 17:33:53 -06:00
parent b7d8df503c
commit c10064aad5
33 changed files with 75 additions and 77 deletions

View File

@ -413,6 +413,9 @@ Style/SpaceBeforeComment:
Style/SpaceBeforeSemicolon:
Enabled: true
Style/SpaceInsideBrackets:
Enabled: true
# Use spaces inside hash literal braces - or don't.
Style/SpaceInsideHashLiteralBraces:
Enabled: true

View File

@ -729,11 +729,6 @@ Style/SpaceInLambdaLiteral:
Style/SpaceInsideBlockBraces:
Enabled: false
# Offense count: 120
# Cop supports --auto-correct.
Style/SpaceInsideBrackets:
Enabled: false
# Offense count: 90
# Cop supports --auto-correct.
Style/SpaceInsideParens: