]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
explicitly run certain engines
authorEvert Timberg <evert.timberg@gmail.com>
Sun, 14 Feb 2016 15:24:17 +0000 (10:24 -0500)
committerEvert Timberg <evert.timberg@gmail.com>
Sun, 14 Feb 2016 15:24:17 +0000 (10:24 -0500)
.codeclimate.yml

index 031cfe45f363db0f05522a6537bfd948e11b0542..443499cc449b81a523f4e506b2d24127ba005312 100644 (file)
@@ -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