From bdbe841504d6b8808c9970430d64173aa4510e14 Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Sun, 13 Aug 2017 15:01:46 -0400 Subject: [PATCH 1/2] Update codeclimate.yml --- .codeclimate.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 99e66913cb2..5ad1ed72447 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,8 +4,6 @@ engines: config: languages: - javascript - exclude_paths: - - "samples/samples.js" eslint: enabled: true channel: "eslint-3" @@ -15,7 +13,12 @@ ratings: paths: - "src/**/*.js" exclude_paths: -- dist/**/* -- node_modules/**/* -- test/**/* -- coverage/**/* +- '.github/' +- 'test/' +- 'docs/' +- 'samples/' +- 'scripts/' +- '**.md' +- '**.json' +- 'gulpfile.js' +- 'karma.conf.js' From b395cb7a3595ea7e536cf510ad32a252722b2941 Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Sun, 13 Aug 2017 20:02:47 -0400 Subject: [PATCH 2/2] Update .codeclimate.yml --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 5ad1ed72447..fcc885c8200 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -14,6 +14,7 @@ ratings: - "src/**/*.js" exclude_paths: - '.github/' +- 'dist/' - 'test/' - 'docs/' - 'samples/'