From 4ca420351116d871e5fc9dc6aed782cfaf014a67 Mon Sep 17 00:00:00 2001
From: Eric Schultz <eric@commitchange.com>
Date: Thu, 25 Feb 2021 13:09:20 -0600
Subject: [PATCH] Exclude storage from rubocop

---
 .rubocop.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.rubocop.yml b/.rubocop.yml
index 4379cf9d..993fd17e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -8,6 +8,7 @@ AllCops:
     - script/**/*
     - bin/**/*
     - vendor/**/*
+    - storage/**/*
     - Gemfile*
     - gems/bess/bin/**/*
     - gems/houdini_upgrade/bin/**/*