summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-02-27 10:53:31 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-02-27 10:53:31 +0000
commit4541685445dd211c52e8e5f488f9058877191c2b (patch)
tree0b18a234351ad6a6857421365de8002ae4b4bb0b /.codeclimate.yml
parent60503057bcf357bef82e3e61072d2a2646f62279 (diff)
downloadgitlab-ce-4541685445dd211c52e8e5f488f9058877191c2b.tar.gz
Enables eslint in codeclimate job
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index b02fe54a4ff..333a70f71d3 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -11,8 +11,8 @@ engines:
exclude_paths:
- "lib/api/v3/*"
eslint:
- # eslint-plugin-vue is locked to version 2 in codeclimate, we need version 4
- enabled: false
+ enabled: true
+ channel: "eslint-4"
rubocop:
enabled: true
channel: "gitlab-rubocop-0-52-1"