]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add codeclimate config
authorEvert Timberg <evert.timberg@gmail.com>
Sun, 14 Feb 2016 15:08:00 +0000 (10:08 -0500)
committerEvert Timberg <evert.timberg@gmail.com>
Sun, 14 Feb 2016 15:08:00 +0000 (10:08 -0500)
.codeclimate.yml [new file with mode: 0644]

diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644 (file)
index 0000000..031cfe4
--- /dev/null
@@ -0,0 +1,4 @@
+## Exclude dist files and samples from codeclimate
+exclude_paths:
+  - dist/**/*
+  - samples/**/*
\ No newline at end of file