diff --git a/.styleci.yml b/.styleci.yml index 9babe9310..fd0650816 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -3,4 +3,14 @@ preset: laravel risky: false disabled: - - no_tab_indentation \ No newline at end of file + - no_tab_indentation + +finder: + exclude: + - "tests" + - "storage" + - "vendor" + - "docs" + - "public/themes" + - "libs" + - "resources" \ No newline at end of file