Merge pull request #947 from codedge/929-Style-checks-with-StyleCI

Adding Style CI configuration
This commit is contained in:
Hillel Coren 2016-07-04 09:36:43 +03:00 committed by GitHub
commit fd2cf8c3e6

18
.styleci.yml Normal file
View File

@ -0,0 +1,18 @@
preset: laravel
risky: false
enabled:
- no_useless_else
- phpdoc_align
- phpdoc_no_empty_return
- phpdoc_order
- phpdoc_separation
finder:
exclude:
- "resources"
- "storage"
- "tests"
not-path:
- "bootstrap/cache"