From 0e8af09a9b2f9f066d168065def09744ade0219a Mon Sep 17 00:00:00 2001 From: Tobias Dillmann Date: Tue, 17 Dec 2024 17:34:52 +0100 Subject: [PATCH] chore: enforce frozen_literal_string: true comment --- .rubocop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index d45f3c613d7b..91115911d146 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -453,7 +453,8 @@ Style/WordArray: Enabled: false Style/FrozenStringLiteralComment: - Enabled: false + Enabled: true + EnforcedStyle: always_true Style/NumericLiterals: Enabled: false