Update StyleCI config to exclude test, storage and resources folder
This commit is contained in:
parent
63314c5e06
commit
5b3dda35a5
|
|
@ -8,3 +8,11 @@ enabled:
|
|||
- phpdoc_no_empty_return
|
||||
- phpdoc_order
|
||||
- phpdoc_separation
|
||||
|
||||
finder:
|
||||
exclude:
|
||||
- "resources"
|
||||
- "storage"
|
||||
- "tests"
|
||||
not-path:
|
||||
- "bootstrap/cache"
|
||||
|
|
|
|||
Loading…
Reference in New Issue