Exclude storage from rubocop
This commit is contained in:
parent
71af31e424
commit
4ca4203511
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ AllCops:
|
||||||
- script/**/*
|
- script/**/*
|
||||||
- bin/**/*
|
- bin/**/*
|
||||||
- vendor/**/*
|
- vendor/**/*
|
||||||
|
- storage/**/*
|
||||||
- Gemfile*
|
- Gemfile*
|
||||||
- gems/bess/bin/**/*
|
- gems/bess/bin/**/*
|
||||||
- gems/houdini_upgrade/bin/**/*
|
- gems/houdini_upgrade/bin/**/*
|
||||||
|
|
Loading…
Reference in a new issue