From 893869a5b9c1f2ea802b3d7c99124e4c8fa361b1 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Sun, 2 Feb 2020 17:19:32 +0100 Subject: [PATCH] Use latest rubocop in codeclimate --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 3341f8a..843ce5b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -12,6 +12,7 @@ engines: enabled: true rubocop: enabled: true + channel: rubocop-0-79 markdownlint: enabled: true