From 523c18151854ae000761b539539e615a45286c57 Mon Sep 17 00:00:00 2001 From: etkirsch Date: Fri, 8 Apr 2016 13:36:14 -0400 Subject: [PATCH] Fix CodeClimate.yml (now recursive) --- .codeclimate.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index e3c8608..fc12412 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,10 +1,10 @@ languages: JavaScript: true exclude_paths: -- "dist/*" -- "dist-demo/*" -- "demo/*" -- "gulp/*" +- "dist/**/*" +- "dist-demo/**/*" +- "demo/**/*" +- "gulp/**/*" - "karma.conf.js" - "gulpfile.js" -- "protractor.conf.js" \ No newline at end of file +- "protractor.conf.js"