From d20af1225c34d658890e69ce8136254f84ff41e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 23 Oct 2019 16:27:49 +0200 Subject: [PATCH] Use rubocop 0.74 with code climate It looks like rubocop 0.75 isn't available yet on code climate, and their default rubocop version isn't compatible with our configuration. --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index c026af564..c9dc1b6ff 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,7 @@ engines: rubocop: enabled: true + channel: rubocop-0-74 duplication: enabled: true config: