summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/rubocop.yml.tt
blob: 3d1c4ee7b2e63f0e6780ec8206b37e476fd20976 (plain)
1
2
3
4
5
6
7
8
AllCops:
  TargetRubyVersion: <%= ::Gem::Version.new(config[:required_ruby_version]).segments[0..1].join(".") %>

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes