From 1555ca248eb46f9e2a008c922a004730799770a2 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Mon, 15 Feb 2021 20:06:57 -0600 Subject: [PATCH] .rubocop.yml - exclude local bundles in test/worker_gem_independence_test --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index fff07a9e..f4e71149 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,7 +5,7 @@ AllCops: StyleGuideCopsOnly: false Exclude: - 'tmp/**/*' - - 'vendor/**/*' + - '**/vendor/bundle/**/*' - 'examples/**/*' - 'pkg/**/*' - 'Rakefile'