From: Evert Timberg Date: Sun, 14 Feb 2016 15:24:17 +0000 (-0500) Subject: explicitly run certain engines X-Git-Tag: v2.0.0~44^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0732793b7e2326abc955a1b14c9bd4b976736402;p=thirdparty%2FChart.js.git explicitly run certain engines --- diff --git a/.codeclimate.yml b/.codeclimate.yml index 031cfe45f..443499cc4 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,10 @@ +engines: + rubocop: + enabled: true + eslint: + enabled: true + ## Exclude dist files and samples from codeclimate exclude_paths: - - dist/**/* - - samples/**/* \ No newline at end of file +- dist/**/* +- samples/**/* \ No newline at end of file