From aa688507e6c34fb6f07832eb6a853901402e5c95 Mon Sep 17 00:00:00 2001 From: Yuva <94527987+yuvashrikarunakaran@users.noreply.github.com> Date: Wed, 25 Dec 2024 11:01:38 +0530 Subject: [PATCH] Update custom.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Here’s a simplified version of the configuration for enabling the Style/MiddleDot rule with the require directive --- .rubocop/custom.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop/custom.yml b/.rubocop/custom.yml index 63035837f8..7a617c6d80 100644 --- a/.rubocop/custom.yml +++ b/.rubocop/custom.yml @@ -1,5 +1,4 @@ ---- -require: + require: - ../lib/linter/rubocop_middle_dot Style/MiddleDot: