1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-19 14:19:48 +00:00

style(rubocop): Style/SafeNavigation

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 23:12:21 +00:00
الأصل 04a34831c7
التزام 00a02f2655
6 ملفات معدلة مع 17 إضافات و23 حذوفات

عرض الملف

@@ -84,11 +84,6 @@ Style/ConditionalAssignment:
Style/EmptyMethod:
EnforcedStyle: expanded
# We do not wish to auto correct unused method arguments because that can be a
# pain. These should just be flagged for manual intervention.
Lint/UnusedMethodArgument:
AutoCorrect: false
# As above, just flag them.
Lint/UnusedBlockArgument:
AutoCorrect: false
@@ -179,3 +174,6 @@ Metrics/BlockLength:
Metrics/ClassLength:
Enabled: false
Lint/UnusedMethodArgument:
Enabled: false