From 87113bb8c244a132a759f191cf100e677d8055c6 Mon Sep 17 00:00:00 2001 From: bajankristof Date: Thu, 7 Nov 2024 11:47:43 +0100 Subject: [PATCH] style: disable safe navigation chain length checks --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 39b073f..c593b11 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,3 +37,6 @@ Style/ArgumentsForwarding: Style/FloatDivision: Enabled: false + +Style/SafeNavigationChainLength: + Enabled: false