.rubocop.yml 185 B

12345678910
  1. Style/StringLiterals:
  2. Enabled: true
  3. EnforcedStyle: double_quotes
  4. Style/StringLiteralsInInterpolation:
  5. Enabled: true
  6. EnforcedStyle: double_quotes
  7. Layout/LineLength:
  8. Max: 120