1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

style(rubocop): relax method length and block nexting for now

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 17:26:45 +00:00
الأصل a5d5ba5326
التزام b0ac9ef0b9

عرض الملف

@@ -140,10 +140,6 @@ Metrics/ModuleLength:
- "lib/tasks/auto_annotate_models.rake"
- "config/routes.rb"
# Slightly increase tyhe default method length to be a bit more forgiving
Metrics/MethodLength:
Max: 30
# Allow a maxmium of 5 arguments and don't include keyword arguments
Metrics/ParameterLists:
Max: 5
@@ -181,3 +177,11 @@ Metrics/PerceivedComplexity:
Metrics/CyclomaticComplexity:
# As above.
Enabled: false
Metrics/MethodLength:
# As above.
Enabled: false
Metrics/BlockNesting:
# As above.
Enabled: false