From 9747971358148604aac7ea10b17466e38fc8127c Mon Sep 17 00:00:00 2001 From: Michel Fiege Date: Wed, 9 Feb 2022 15:49:20 +0100 Subject: [PATCH] Do not rubocop vendor/cache folders --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 395ce79..40de348 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,6 +3,7 @@ require: rubocop-rails AllCops: Exclude: - db/schema.rb + - vendor/cache/**/* NewCops: enable Rails/UnknownEnv: