From 7e0fd79b3b23489609d840a6a56f80bc3ab4d5fd Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Wed, 1 Mar 2017 16:18:40 -1000 Subject: [PATCH] Exclude some more stuff from codeclimate --- .codeclimate.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index e4ccad75..72a6cddf 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,7 +1,13 @@ languages: JavaScript: true exclude_paths: -- "lib/*" +- "lib/**" - "dist/*" -- "grunt/*" +- "grunt/**" - "images/*" +- "**/*.md" +- "**/*.yml" +- "**/*.json" +- "**/*.scss" +- "**/*.erb" +- "*.sh"