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