mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-17 16:42:48 +01:00
Update StyleCI config to exclude test, storage and resources folder
This commit is contained in:
parent
63314c5e06
commit
5b3dda35a5
10
.styleci.yml
10
.styleci.yml
@ -7,4 +7,12 @@ enabled:
|
||||
- phpdoc_align
|
||||
- phpdoc_no_empty_return
|
||||
- phpdoc_order
|
||||
- phpdoc_separation
|
||||
- phpdoc_separation
|
||||
|
||||
finder:
|
||||
exclude:
|
||||
- "resources"
|
||||
- "storage"
|
||||
- "tests"
|
||||
not-path:
|
||||
- "bootstrap/cache"
|
||||
|
Loading…
Reference in New Issue
Block a user