diff options
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 |