summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
blob: adb3cb96961ed22ad15f11c24472a4dca2b22533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AllCops:
  TargetRubyVersion: 3.0

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120