Files
Notare/.rubocop.yml
2025-12-02 10:23:52 +01:00

23 lines
350 B
YAML

AllCops:
TargetRubyVersion: 3.0
NewCops: enable
SuggestExtensions: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Style/Documentation:
Enabled: false
Layout/LineLength:
Max: 120
Metrics:
Enabled: false
Gemspec/DevelopmentDependencies:
Enabled: false