RSM-21 Update StyleCI configuration

This commit is contained in:
Miguel Nogueira 2020-10-10 17:02:59 +01:00
parent b2adcee51e
commit 53660a2355
1 changed files with 13 additions and 13 deletions

View File

@ -1,13 +1,13 @@
php: risky: false
preset: laravel version: 7
disabled: preset: recommended
- unused_use finder:
finder: exclude:
not-name: - "modules"
- index.php - "node_modules"
- server.php - "storage"
js: - "vendor"
finder: name: "*.php"
not-name: not-name:
- webpack.mix.js - "*.blade.php"
css: true - "_ide_helper.php"