From c812815282e215676d8d7e16db0abb4d7957b6ab Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 10 Aug 2023 10:59:42 +0200 Subject: [PATCH] Exclude simplecov --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 52e705a..5d8104d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,6 +9,7 @@ AllCops: - "tests/**/*" - "Gemfile" - "Gemfile.lock" + - "vendor/bundle/ruby/2.6.0/gems/simplecov-html-0.10.2/*" Bundler/OrderedGems: Enabled: false