Added Style/SpaceInsideBrackets Rubocop cop

This commit is contained in:
divyanshumehta 2017-05-29 09:32:57 +05:30
parent 415eadf477
commit 0d01ed08b0
4 changed files with 7 additions and 10 deletions

View file

@ -88,6 +88,10 @@ Style/RedundantSelf:
Style/SpaceAroundOperators:
Enabled: true
# Checks for spaces inside square brackets.
Style/SpaceInsideBrackets:
Enabled: true
# Use single quotes unless there's string interpolation
Style/StringLiterals:
Enabled: true