From 880c77cec81448606ed4c14114344de41fc08117 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 22 Nov 2016 10:01:04 +0000 Subject: [PATCH] Update .codeclimate.yml (#5044) --- .codeclimate.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 401b7feb48..9afe9c8284 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -40,8 +40,8 @@ ratings: - "**.py" - "**.rb" exclude_paths: -- tests/ -- lib/ -- html/js/ -- html/css/ -- html/lib/ +- "tests/" +- "lib/" +- "html/js/" +- "html/css/" +- "html/lib/"