From b2583ebd35409a55cb23e4ab19ddfcc10fb08ed6 Mon Sep 17 00:00:00 2001 From: Oleg Date: Wed, 20 Dec 2017 20:24:17 -0800 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index c77391944..1e7467929 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,4 @@ exclude_paths: - - app/assets/javascripts/comfy/admin/cms/lib/* - - app/assets/stylesheets/comfy/admin/cms/lib/* + - app/assets/javascripts/comfy/vendor/* + - app/assets/stylesheets/comfy/vendor/* - db/*