From 33bf8311ae5197d17031b8f1345d98ade84ef39d Mon Sep 17 00:00:00 2001 From: Eugene Chaikin Date: Mon, 10 Feb 2025 12:48:51 +0100 Subject: [PATCH] wip --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index e01af4f98c8..0a03eb97549 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -134,6 +134,7 @@ Lint/AmbiguousBlockAssociation: Exclude: - "*/spec/**/*" - "spec/**/*" # For the benefit of apps that inherit from this config + - "**/shared_examples/**/*" # We use eval to add common_spree_dependencies into the Gemfiles of each of our gems Security/Eval: