CA_LARAVEL/.styleci.yml
Florian Bouillon ad0edd2bd8
emlevage des fichiers inutiles
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-11 14:21:58 +01:00

14 lines
174 B
YAML
Executable File

php:
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true