.rubocop.yml 220 B

12345678910111213
  1. AllCops:
  2. TargetRubyVersion: 2.6
  3. Style/StringLiterals:
  4. Enabled: true
  5. EnforcedStyle: double_quotes
  6. Style/StringLiteralsInInterpolation:
  7. Enabled: true
  8. EnforcedStyle: double_quotes
  9. Layout/LineLength:
  10. Max: 120