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

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120