From 94f377eed559fc1555de4116b1d003d8e24852dc Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 30 Aug 2017 21:30:57 +0200 Subject: [PATCH] use latest rubocop channel on codeclimate (#6333) Merge pull request 6333 --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index b3d26d65..f64d0bfa 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,6 +3,7 @@ engines: enabled: false rubocop: enabled: true + channel: rubocop-0-49 exclude_paths: - .codeclimate.yml