From e0c7616465a92ec8b0f0ad31ca5d29f373dd2c54 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 31 Aug 2017 11:30:00 +0200 Subject: [PATCH] Exclude some of the folders from styleci tests --- .styleci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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