From 0efaf6a493c50826d410824349209eda48023516 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 7 Nov 2018 06:51:14 -0500 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 9053f0b..b9c0f53 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -31,8 +31,6 @@ ratings: - "**.py" - "**.rb" exclude_paths: -- node_modules/ -- "client/public/* +- "node_modules/" +- "client/public/*" - "workspace/*" - -