AlkantarClanX12

Your IP : 3.139.239.157


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

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

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120