This commit is contained in:
Igor Zubkov 2016-07-25 22:37:02 +03:00
parent 72a431a5e4
commit b4725a10f6
6 changed files with 11 additions and 7 deletions

View File

@ -18,3 +18,7 @@ Style/TrailingBlankLines:
Style/HashSyntax:
Enabled: true
# String interpolations should have spaces. e.g. "#{ good }", "#{bad}"
Style/SpaceInsideStringInterpolation:
EnforcedStyle: space