From 2797b8600805cc7ef9754609afd5311aa22101e4 Mon Sep 17 00:00:00 2001 From: Christian Rimondi Date: Fri, 10 Jan 2020 16:48:54 +0100 Subject: [PATCH] Disable codeclimate's rubocop plugin As stated here[1], Code Climate plugins run in isolated environments and can't install gems or use gems installed for the repositories they're analyzing. This is a security feature that does unfortunately limit the flexibility of plugins to use our own third party plugins. For this reasons, the RuboCop checks will be moved to the CI. [1] https://github.com/codeclimate/codeclimate-rubocop/issues/131#issuecomment-416256990 --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index cd3c8586..e19dd6c3 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,4 @@ plugins: rubocop: - enabled: true + enabled: false channel: rubocop-0-71