]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update codeclimate.yml (#4654)
authorZach Panzarino <zachary@panzarino.com>
Mon, 14 Aug 2017 02:42:34 +0000 (22:42 -0400)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2017 02:42:34 +0000 (22:42 -0400)
* Update codeclimate.yml

* Update .codeclimate.yml

.codeclimate.yml

index 99e66913cb2ddad1af546a82fa930ec1c06be33a..fcc885c8200779e785b0f2ef6e61302670710644 100644 (file)
@@ -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'