diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-01-10 10:24:24 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-01-10 10:24:24 +0000 |
commit | 3dfc91cf732369aab182629db0299153814d2068 (patch) | |
tree | 0710e2ef9410fc6e4f915bd52ed47d830670b77e /.codeclimate.yml | |
parent | 078062d6d714123a047af3a1bdf0017f93cec2ac (diff) | |
download | gitlab-ce-3dfc91cf732369aab182629db0299153814d2068.tar.gz |
Adds explanation to .codeclimate.yml file34312-eslint-vue-plugin
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 6a8c7791f02..dc8ac60fb44 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,6 +13,7 @@ engines: exclude_paths: - "lib/api/v3/*" eslint: + # eslint-plugin-vue is locked to version 2 in codeclimate, we need version 4 enabled: false rubocop: enabled: true |