summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/rubocop.yml.tt
blob: ca11bac1b6bd945dbc7cbedf170a325fc31c5c1b (plain)
1
2
3
4
5
6
7
Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes