Enable the Layout/SpaceInsideRangeLiteral cop

This commit is contained in:
gregoirenovel 2018-01-15 22:11:37 +01:00
parent 89a75240b0
commit a98ec10b90

View file

@ -222,7 +222,7 @@ Layout/SpaceInsidePercentLiteralDelimiters:
Enabled: true Enabled: true
Layout/SpaceInsideRangeLiteral: Layout/SpaceInsideRangeLiteral:
Enabled: false Enabled: true
Layout/SpaceInsideStringInterpolation: Layout/SpaceInsideStringInterpolation:
Enabled: false Enabled: false