From 5b3dda35a5f3fc03ee628b8cbdbd4a6654b55e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Lo=CC=88sken?= Date: Mon, 4 Jul 2016 00:17:28 +0200 Subject: [PATCH] Update StyleCI config to exclude test, storage and resources folder --- .styleci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.styleci.yml b/.styleci.yml index fb9dff817e..6a307ad3c9 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -7,4 +7,12 @@ enabled: - phpdoc_align - phpdoc_no_empty_return - phpdoc_order - - phpdoc_separation \ No newline at end of file + - phpdoc_separation + +finder: + exclude: + - "resources" + - "storage" + - "tests" + not-path: + - "bootstrap/cache"