summaryrefslogtreecommitdiff
path: root/.styleci.yml
diff options
context:
space:
mode:
authorhorus2020-02-23 23:11:03 +0100
committerhorus2020-02-23 23:11:03 +0100
commit2cd1589d6ae7095770e8c5dda10b138861d70501 (patch)
tree7afe6ce2f5f435e375a56c0dd627bd1716a1dbe9 /.styleci.yml
downloadsenpai-2cd1589d6ae7095770e8c5dda10b138861d70501.tar.gz
Initial commit. Calendar is working.
Diffstat (limited to '.styleci.yml')
-rw-r--r--.styleci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.styleci.yml b/.styleci.yml
new file mode 100644
index 0000000..1db61d9
--- /dev/null
+++ b/.styleci.yml
@@ -0,0 +1,13 @@
+php:
+ preset: laravel
+ disabled:
+ - unused_use
+ finder:
+ not-name:
+ - index.php
+ - server.php
+js:
+ finder:
+ not-name:
+ - webpack.mix.js
+css: true