From 55e6e598363d5678112c589f6e1e204e537f8b11 Mon Sep 17 00:00:00 2001 From: Kaan Ozkan Date: Mon, 28 Sep 2020 14:07:06 -0400 Subject: [PATCH] Mark Style/FrozenStringLiteralComment as safe to autocorrect Upon internal discussion it was decided that we want to keep the existing practice that `-a` autocorrects this cop, even though it was marked as unsafe in rubocop. --- rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rubocop.yml b/rubocop.yml index c68248c2..e77a0434 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -195,6 +195,7 @@ Style/FrozenStringLiteralComment: SupportedStyles: - always - never + SafeAutoCorrect: true Style/GlobalVars: AllowedVariables: []