From 0a7ad8cd4dce4b42236b963976de24e426e1d05d Mon Sep 17 00:00:00 2001 From: File Sync Date: Mon, 7 Aug 2023 07:03:54 +0000 Subject: [PATCH] Update .rubocop.yml Source file https://github.com/dry-rb/template-gem/blob/24c4cef75d162c008deb44c22d22988da318f340/.rubocop.yml --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 111de35..e393e5a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,7 @@ AllCops: TargetRubyVersion: 3.0 NewCops: disable Exclude: + - "**/vendor/**/*" # For GitHub Actions, see rubocop/rubocop#9832 - benchmarks/*.rb - spec/support/coverage.rb - spec/support/warnings.rb