diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 000000000000..6a307ad3c98a --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,18 @@ +preset: laravel + +risky: false + +enabled: + - no_useless_else + - phpdoc_align + - phpdoc_no_empty_return + - phpdoc_order + - phpdoc_separation + +finder: + exclude: + - "resources" + - "storage" + - "tests" + not-path: + - "bootstrap/cache"