From c0c5fd8c18c6789e24da9d84a3f571539e6a010a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 29 Jul 2016 11:12:57 +0300 Subject: [PATCH] Exclude public from codeclimate --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 390a5217b1ef..13d26b633ac8 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -30,6 +30,7 @@ exclude_paths: - "resources/" - "storage/" - "tests/" +- "public/" - "**.md" - "**.min.js" - "**.min.php"