Miniparser/.rubocop.yml

14 lines
220 B
YAML
Raw Permalink Normal View History

2023-08-24 06:26:44 -06:00
AllCops:
TargetRubyVersion: 2.6
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
Enabled: true
EnforcedStyle: double_quotes
Layout/LineLength:
Max: 120