1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-08 02:29:38 +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

@ -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"