Files
server/usr/lib/ruby/3.2.0/bundler/templates/newgem/rubocop.yml.tt
2026-01-07 20:52:11 +01:00

14 lines
299 B
Plaintext

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