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

style(rubocop): Lint/UnusedBlockArgument

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 17:20:13 +00:00
الأصل 7590a46234
التزام ee94e4e1a0
8 ملفات معدلة مع 9 إضافات و9 حذوفات

عرض الملف

@@ -32,7 +32,7 @@ module Postal
config.eager_load_paths << Rails.root.join("lib")
# Disable field_with_errors
config.action_view.field_error_proc = proc { |t, i| t }
config.action_view.field_error_proc = proc { |t, _| t }
# Load the tracking server middleware
require "postal/tracking_middleware"