1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

style(rubocop): disable complexity cops for now

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 16:57:55 +00:00
الأصل 6d4dea7f7f
التزام 930cf39dba

عرض الملف

@@ -172,3 +172,12 @@ 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/PerceivedComplexity:
# As above, we want to enable this again in the future, but for now we'll just
# disable it entirely.
Enabled: false
Metrics/CyclomaticComplexity:
# As above.
Enabled: false