12398: fix lint issues

This commit is contained in:
Ahmed Ejaz
2024-05-30 14:24:51 +05:00
committed by zanetagebka
parent e11a3ac53e
commit d30951b64d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
# frozen_string_literal: true
# rubocop:disable Metrics/ClassLength
module Admin
class ProductsV3Controller < Spree::Admin::BaseController
helper ProductsHelper
@@ -183,3 +184,4 @@ module Admin
end
end
end
# rubocop:enable Metrics/ClassLength

View File

@@ -174,5 +174,4 @@ class ProductsReflex < ApplicationReflex
params.permit(products: ::PermittedAttributes::Product.attributes)
.to_h.with_indifferent_access
end
end