1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00
الملفات
postal/.rubocop.yml
2024-02-10 17:18:23 +00:00

38 أسطر
662 B
YAML

inherit_from:
- https://dev.k.io/rubocop/rubocop.rails.yml
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/WordArray:
EnforcedStyle: brackets
Layout/LineLength:
# We want to reduce this back down to 120 but there are a fair number of offences
# of this which need addressing individually and carefully.
Max: 200
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Lint/MissingSuper:
Enabled: false