From 202ba3a5f87c57aa6aa926fe5648d4c04dffbb33 Mon Sep 17 00:00:00 2001 From: taitus Date: Thu, 13 Feb 2025 16:58:11 +0100 Subject: [PATCH] Enable new rule from RuboCop 1.71 --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 2ae3a44b4..7034ec35f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -735,6 +735,9 @@ Style/HashConversion: Style/HashExcept: Enabled: true +Style/HashSlice: + Enabled: true + Style/HashSyntax: Enabled: true