From f69a4cc6c684a495dbb7f6a227932b08b6e0c75a Mon Sep 17 00:00:00 2001 From: Marian13 Date: Mon, 2 May 2022 22:02:37 +0300 Subject: [PATCH] T-94: Code Climate does not support custom Rubocop config --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 2448371..0510d34 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -2,6 +2,10 @@ # Code Climate configuration file. # https://docs.codeclimate.com/docs/advanced-configuration # +# IMPORTANT: Code Climate does not support custom Rubocop config like Standard.rb. +# That is why Code Climate badge shows failures all the time. +# https://github.com/codeclimate/codeclimate-rubocop/issues/131 +# version: 2 plugins: