Exclude some of the folders from styleci tests

This commit is contained in:
DariusIII
2017-08-31 11:30:00 +02:00
parent 8fb5bfbb88
commit e0c7616465
+11 -1
View File
@@ -3,4 +3,14 @@ preset: laravel
risky: false
disabled:
- no_tab_indentation
- no_tab_indentation
finder:
exclude:
- "tests"
- "storage"
- "vendor"
- "docs"
- "public/themes"
- "libs"
- "resources"