From 872f81c4ac387edaea3367ad9e4f64b68f87c5f6 Mon Sep 17 00:00:00 2001 From: noraj Date: Tue, 20 Jul 2021 01:42:20 +0200 Subject: [PATCH] fix the CI nightmare due to poorly maintained rainbow sub-dependency try suggested workaround from https://github.com/rubocop/rubocop/issues/6398 for https://github.com/sickill/rainbow/issues/106 --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index d3945a5..129cd57 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,6 @@ +inherit_mode: + merge: + - Exclude AllCops: TargetRubyVersion: 2.6 NewCops: enable