Skip to content

Commit

Permalink
rubocop: set Style/StringLiteralsInInterpolation to double_quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 21, 2014
1 parent 6f51960 commit cb728e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .rubocop.yml
Expand Up @@ -222,11 +222,8 @@ Style/SpaceInsideHashLiteralBraces:
Style/StringLiterals:
EnforcedStyle: double_quotes

# Offense count: 6
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/StringLiteralsInInterpolation:
Enabled: false
EnforcedStyle: double_quotes

# Offense count: 13
# Cop supports --auto-correct.
Expand Down

0 comments on commit cb728e6

Please sign in to comment.