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

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120