From d17ff19b8c04073dea48540b72d04bd1b5948731 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 | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index cd3c8586..00000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,4 +0,0 @@ -plugins: - rubocop: - enabled: true - channel: rubocop-0-71