From 3dfc91cf732369aab182629db0299153814d2068 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Wed, 10 Jan 2018 10:24:24 +0000 Subject: [PATCH] Adds explanation to .codeclimate.yml file --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) 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