From b845720c03a1ef3a7e285a5c08b68cfaf2eeea41 Mon Sep 17 00:00:00 2001 From: NadifaHersi <115984108+NadifaHersi@users.noreply.github.com> Date: Sun, 23 Oct 2022 17:38:29 +0300 Subject: [PATCH] Update .rubocop_shopify_styleguide.yml (#11533) I fixed the assigned issue #11527 by updating the file .rubocop_shopify_styleguide.yml. I have removed IgnoredMethods: in line 67 and added AllowedMethods: I have also removed IgnoredMethods: in line 417 and added AllowedMethods: --- .rubocop_shopify_styleguide.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop_shopify_styleguide.yml b/.rubocop_shopify_styleguide.yml index 5a41da873a..8c77c844a6 100644 --- a/.rubocop_shopify_styleguide.yml +++ b/.rubocop_shopify_styleguide.yml @@ -64,7 +64,7 @@ Style/BlockDelimiters: - let! - subject - watch - IgnoredMethods: + AllowedMethods: - lambda - proc - it @@ -415,7 +415,7 @@ Layout/SpaceInsideStringInterpolation: - no_space Style/SymbolProc: - IgnoredMethods: + AllowedMethods: - respond_to - define_method