From 1cac67e5536adcaaa80127053f5f7292ba691356 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 22 Oct 2016 19:58:24 -0400 Subject: [PATCH] update cc file --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index b1c885493..9da7dc7c5 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,6 @@ ratings: - paths: - - "lib/**/*" + paths: + - "lib/**/*" exclude_paths: - "tests/" - "old_tests/"