From a1f098d1c80d7aef80fed23618f462fe332451ec Mon Sep 17 00:00:00 2001 From: Yuva <94527987+yuvashrikarunakaran@users.noreply.github.com> Date: Wed, 25 Dec 2024 11:03:03 +0530 Subject: [PATCH] Update layout.yml Generate the Binstub: Run the following command to generate a RuboCop binstub --- .rubocop/layout.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.rubocop/layout.yml b/.rubocop/layout.yml index 487879ca2c..9ce4426a05 100644 --- a/.rubocop/layout.yml +++ b/.rubocop/layout.yml @@ -1,6 +1,11 @@ ---- + require: + - ../lib/linter/rubocop_middle_dot + +Style/MiddleDot: + Enabled: true + Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/LineLength: - Max: 300 # Default of 120 causes a duplicate entry in generated todo file + Max: 300 # Default of 120 causes a duplicate entry in the generated todo file