Merge pull request #947 from codedge/929-Style-checks-with-StyleCI
Adding Style CI configuration
This commit is contained in:
commit
fd2cf8c3e6
1 changed files with 18 additions and 0 deletions
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…
Add table
Reference in a new issue