aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates/newgem/rubocop.yml.tt
blob: 00a72e300625f829baef11e03ea378ec4d615cbd (plain)
1
2
3
4
5
6
7
8
9
10
Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120