From ada35f51f22d0e77abfe83050cc3ce52f48e1df9 Mon Sep 17 00:00:00 2001 From: taitus Date: Wed, 12 Feb 2025 17:49:38 +0100 Subject: [PATCH] Remove unnecessary EnforcedShorthandSyntax definition Rubocop 1.67.0 sets EnforcedShorthandSyntax to "either" by default, so explicitly defining it is no longer necessary. --- .rubocop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 89542ea0d..fd0d057bf 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -719,7 +719,6 @@ Style/HashExcept: Style/HashSyntax: Enabled: true - EnforcedShorthandSyntax: either Style/HashTransformKeys: Enabled: true