Added Style/SpaceInsideBrackets Rubocop cop
This commit is contained in:
parent
415eadf477
commit
0d01ed08b0
4 changed files with 7 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue