From eb20ae249ec11cce21090ca9c8b4d587184f4d67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Aug 2026 09:54:24 +0000 Subject: [PATCH] M #-: Disable new rubocop cops --- share/linters/.rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/linters/.rubocop.yml b/share/linters/.rubocop.yml index 424900fedf9..86618a4f432 100644 --- a/share/linters/.rubocop.yml +++ b/share/linters/.rubocop.yml @@ -338,6 +338,9 @@ Layout/SpaceAroundKeyword: ####### # STYLE ####### +nStyle/DirectiveScope: + Enabled: false + # it's mandatory to left a empty line before guard clause Style/GuardClause: