Skip to content

Commit

Permalink
Remove temporary rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 11, 2023
1 parent bcdc87e commit 4e3862c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sample/db/samples/shipping_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 4e3862c

Please sign in to comment.