From: Evert Timberg Date: Sun, 14 Feb 2016 15:08:00 +0000 (-0500) Subject: Add codeclimate config X-Git-Tag: v2.0.0~44^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f2b5707a225bac47f786dea60b51cc1e4bb1f6;p=thirdparty%2FChart.js.git Add codeclimate config --- diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000..031cfe45f --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,4 @@ +## Exclude dist files and samples from codeclimate +exclude_paths: + - dist/**/* + - samples/**/* \ No newline at end of file