1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00

Update StyleCI config to exclude test, storage and resources folder

This commit is contained in:
Holger Lösken 2016-07-04 00:17:28 +02:00
parent 63314c5e06
commit 5b3dda35a5

View File

@ -8,3 +8,11 @@ enabled:
- phpdoc_no_empty_return
- phpdoc_order
- phpdoc_separation
finder:
exclude:
- "resources"
- "storage"
- "tests"
not-path:
- "bootstrap/cache"