summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
blob: ae378d09c8f02c2e08b9a3db85345cb5781a12e1 (plain)
1
2
3
4
5
6
7
8
AllCops:
  TargetRubyVersion: 3.2

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes