From: Evert Timberg Date: Sun, 14 Feb 2016 15:31:31 +0000 (-0500) Subject: try and make this work X-Git-Tag: v2.0.0~44^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=172839af2c9d26282dbae0a9f673c6826dddf711;p=thirdparty%2FChart.js.git try and make this work --- diff --git a/.codeclimate.yml b/.codeclimate.yml index 443499cc4..dce67c062 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,10 +1,8 @@ engines: - rubocop: - enabled: true eslint: enabled: true - -## Exclude dist files and samples from codeclimate +ratings: + paths: + - src/** exclude_paths: -- dist/**/* -- samples/**/* \ No newline at end of file +- dist/**/* \ No newline at end of file