From 9be9d9a450593a30253081c8ed950aa6fff8ab78 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Fri, 24 May 2019 14:34:08 -0700 Subject: [PATCH] Add codeclimate setup. Signed-off-by: Miah Johnson --- .codeclimate.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index cf2d28d0..57103d30 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -8,12 +8,10 @@ plugins: config: strings: - TODO + - rubocop:disable flog: enabled: true markdownlint: enabled: true rubocop: enabled: true - channel: rubocop-0-49 - config: - file: .rubocop.yml