summaryrefslogtreecommitdiff
path: root/.styleci.yml
diff options
context:
space:
mode:
authorPhil Burton <philip.burton@chiaro.co.uk>2019-11-01 22:56:27 +0000
committerPhil Burton <philip.burton@chiaro.co.uk>2019-11-01 22:56:27 +0000
commitfb0c574ed1725fe13c8ab073d2ead3fdc842c2ba (patch)
treef863fd7cecad2c674cb071b3d7a44c2de6adb51d /.styleci.yml
Added laravel project
Diffstat (limited to '.styleci.yml')
-rw-r--r--.styleci.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.styleci.yml b/.styleci.yml
new file mode 100644
index 0000000..5e3689b
--- /dev/null
+++ b/.styleci.yml
@@ -0,0 +1,16 @@
+php:
+ preset: laravel
+ enabled:
+ - alpha_ordered_imports
+ disabled:
+ - length_ordered_imports
+ - unused_use
+ finder:
+ not-name:
+ - index.php
+ - server.php
+js:
+ finder:
+ not-name:
+ - webpack.mix.js
+css: true