mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Merge pull request #947 from codedge/929-Style-checks-with-StyleCI
Adding Style CI configuration
This commit is contained in:
commit
fd2cf8c3e6
18
.styleci.yml
Normal file
18
.styleci.yml
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user