From 7597480bc462f43c368b963c615f1210e4045453 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 2 Mar 2017 07:46:20 -0500 Subject: [PATCH] fix exclude path --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 8e0c6b2d..3e49b5c9 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -14,7 +14,7 @@ ratings: paths: - "lib/**/*" exclude_paths: -- "tests/" +- "test/" - "old_test/" - "boilerplate/" - "demo/"