Exclude storage from rubocop

This commit is contained in:
Eric Schultz 2021-02-25 13:09:20 -06:00 committed by Eric Schultz
parent 71af31e424
commit 4ca4203511

View file

@ -8,6 +8,7 @@ AllCops:
- script/**/*
- bin/**/*
- vendor/**/*
- storage/**/*
- Gemfile*
- gems/bess/bin/**/*
- gems/houdini_upgrade/bin/**/*