From 05934e8b19575d7b39cf882a16978aabb9edd8ad Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 8 Aug 2018 07:56:53 -0400 Subject: [PATCH] codeclimate --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 7d06084..9053f0b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -7,7 +7,6 @@ engines: duplication: exclude_paths: - "client/public/*" - - "public/webssh2.bundle.js" - "workspace/*" enabled: true config: @@ -20,6 +19,7 @@ engines: enabled: true fixme: enabled: true + ratings: paths: - "**.css" @@ -32,7 +32,7 @@ ratings: - "**.rb" exclude_paths: - node_modules/ -- "public/webssh2.bundle.js" +- "client/public/* - "workspace/*"