From 5c767144ca0f511c95a11e92719d92c515a16b0b Mon Sep 17 00:00:00 2001 From: David Czulada Date: Fri, 3 May 2024 15:50:04 -0400 Subject: [PATCH] renamed Style/EmptyLineAfterGuardClause --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0c223bc5..f75f1b88 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -13,7 +13,7 @@ Style/WordArray: Enabled: false Style/ExpandPathArguments: Enabled: false -Style/EmptyLineAfterGuardClause: +Layout/EmptyLineAfterGuardClause: Enabled: false Style/MultipleComparison: Enabled: false