Enables eslint in codeclimate job
This commit is contained in:
parent
60503057bc
commit
4541685445
2 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Enables eslint in codeclimate job
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue