nostr-gem/.rubocop.yml
Wilson Silva 4780072dea
Set the required Ruby version to 3.2.0
I'll relax this later
2023-01-06 10:18:27 +07:00

14 lines
220 B
YAML

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