From c9529c8129aa4ecb7dbe3853e14acdce9175fc3d Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 22 Oct 2016 19:16:25 -0400 Subject: [PATCH] fix cc config file ident --- .codeclimate.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index f84035d79..b1c885493 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,9 +1,9 @@ ratings: paths: - - "lib/**/*" + - "lib/**/*" exclude_paths: - - "tests/" - - "old_tests/" - - "boilerplate/" - - "demo/" - - "js/" +- "tests/" +- "old_tests/" +- "boilerplate/" +- "demo/" +- "js/"