comfpile/.rubocop.yml
David Bailey b1de04fabb
Some checks failed
RuboCop / build (push) Failing after 3s
feat: first commit of basic bundle gem setup
2023-11-15 19:44:44 +01:00

13 lines
220 B
YAML

AllCops:
TargetRubyVersion: 2.6
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
Enabled: true
EnforcedStyle: double_quotes
Layout/LineLength:
Max: 120