From 336d37025569885b124ff75e3e6aa0ba630af514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Pop?= Date: Mon, 2 Jun 2025 14:12:33 +0200 Subject: [PATCH] feat: disable Metrics/BlockLength in easy_swagger --- default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/default.yml b/default.yml index 98e769b..7ad57bc 100644 --- a/default.yml +++ b/default.yml @@ -39,6 +39,7 @@ Metrics/BlockLength: - "**/patches/**/*" - "**/easy_patch/**/*" - "**/spec/**/*" + - "**/app/api/easy_swagger/**/*" Metrics/ClassLength: CountAsOne: [ 'array', 'hash', 'heredoc', 'method_call'] Metrics/CyclomaticComplexity: