diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index e31472d..0000000 --- a/.styleci.yml +++ /dev/null @@ -1,21 +0,0 @@ -preset: laravel - -risky: false - -enabled: - - concat_with_spaces - -disabled: - - concat_without_spaces - - post_increment - - trailing_comma_in_multiline_array - -finder: - path: - - "app" - - "tests" - name: - - "*.php" - exclude: - - "app/cache" - - "app/vendor"