RSM-21 Update StyleCI configuration
This commit is contained in:
parent
b2adcee51e
commit
53660a2355
24
.styleci.yml
24
.styleci.yml
|
@ -1,13 +1,13 @@
|
|||
php:
|
||||
preset: laravel
|
||||
disabled:
|
||||
- unused_use
|
||||
finder:
|
||||
risky: false
|
||||
version: 7
|
||||
preset: recommended
|
||||
finder:
|
||||
exclude:
|
||||
- "modules"
|
||||
- "node_modules"
|
||||
- "storage"
|
||||
- "vendor"
|
||||
name: "*.php"
|
||||
not-name:
|
||||
- index.php
|
||||
- server.php
|
||||
js:
|
||||
finder:
|
||||
not-name:
|
||||
- webpack.mix.js
|
||||
css: true
|
||||
- "*.blade.php"
|
||||
- "_ide_helper.php"
|
||||
|
|
Loading…
Reference in New Issue