From: Zach Panzarino Date: Mon, 14 Aug 2017 02:42:34 +0000 (-0400) Subject: Update codeclimate.yml (#4654) X-Git-Tag: v2.7.0~1^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e6b46253d225d44e2c7693b7da7206c07c139eb;p=thirdparty%2FChart.js.git Update codeclimate.yml (#4654) * Update codeclimate.yml * Update .codeclimate.yml --- diff --git a/.codeclimate.yml b/.codeclimate.yml index 99e66913c..fcc885c82 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,13 @@ ratings: paths: - "src/**/*.js" exclude_paths: -- dist/**/* -- node_modules/**/* -- test/**/* -- coverage/**/* +- '.github/' +- 'dist/' +- 'test/' +- 'docs/' +- 'samples/' +- 'scripts/' +- '**.md' +- '**.json' +- 'gulpfile.js' +- 'karma.conf.js'