From 89dcdace86d17aa694ab4b2a3dedfd94492e9907 Mon Sep 17 00:00:00 2001 From: Krzysztof Rybka Date: Mon, 17 Dec 2018 15:40:59 +0100 Subject: [PATCH] Enable frozen string literal comment for rubocop --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 82f07656..6dff7357 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -59,6 +59,10 @@ Style/MissingElse: Style/EmptyElse: EnforcedStyle: empty +Style/FrozenStringLiteralComment: + Enabled: true + EnforcedStyle: always + Style/MultilineOperationIndentation: EnforcedStyle: indented