diff --git a/.rubocop.yml b/.rubocop.yml index e01af4f98c..0a03eb9754 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: