From 3e8617e23265102b8ce0c5866b9982c8e7558066 Mon Sep 17 00:00:00 2001 From: takahashim Date: Wed, 1 Jan 2025 01:11:48 +0900 Subject: [PATCH] rubocop: enable Style/FrozenStringLiteralComment --- .rubocop.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 767a33d8..a47a963f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -94,7 +94,9 @@ Style/TernaryParentheses: Enabled: false Style/FrozenStringLiteralComment: - Enabled: false + Enabled: true + Exclude: + - 'samples/**/*' Style/SafeNavigation: Enabled: false