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