From 4e3862c151434428bc56302ef109524a3ab8c00f Mon Sep 17 00:00:00 2001 From: Elia Schito Date: Mon, 11 Dec 2023 12:49:22 +0100 Subject: [PATCH] Remove temporary rubocop fix --- sample/db/samples/shipping_methods.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sample/db/samples/shipping_methods.rb b/sample/db/samples/shipping_methods.rb index aeb23eb2794..dfff4dada84 100644 --- a/sample/db/samples/shipping_methods.rb +++ b/sample/db/samples/shipping_methods.rb @@ -50,8 +50,7 @@ } ]) -# The just below rubocop:disable directive will be removed once https://github.com/rubocop/rubocop/issues/12441 is resolved. -{ # rubocop:disable Style/HashEachMethods +{ "UPS Ground (USD)" => [5, "USD"], "UPS Ground (EU)" => [5, "USD"], "UPS One Day (USD)" => [15, "USD"],