From e3a4130ed9712806665e2f43a5593fa65722e820 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 2 Feb 2024 14:15:13 -0300 Subject: [PATCH] chore: deshabilitar yuta --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 9e60da6c..a8f37ace 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,3 +4,5 @@ AllCops: Style/AsciiComments: Enabled: false +Style/MultilineBlockChain: + Enabled: false