From 0685a6779a71f196c9456ec094692654921a88c0 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 19 Jul 2016 13:12:51 +1200 Subject: [PATCH] TESTS: code-climate ignore admin/thirdparty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit admin/thirdparty shouldn’t be checked by code climate as it isn’t code that we maintain. --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index d362410ee..d10290ec2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -15,6 +15,7 @@ ratings: exclude_paths: - "client/dist/**" - "admin/client/dist/**" +- "admin/thirdparty/**" - "templates/" - "tests/" - "thirdparty/"