Your IP : 216.73.216.69


Current Path : /opt/alt/ruby33/share/gems/gems/bundler-2.5.22/lib/bundler/templates/newgem/
Upload File :
Current File : //opt/alt/ruby33/share/gems/gems/bundler-2.5.22/lib/bundler/templates/newgem/rubocop.yml.tt

AllCops:
  TargetRubyVersion: <%= ::Gem::Version.new(config[:required_ruby_version]).segments[0..1].join(".") %>

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

?>