From 72950568dde05bfe8a69ce4bbf6338fdebf3062f Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Sun, 9 Jul 2017 15:06:36 +0300 Subject: Use frozen-string-literal in ActiveSupport --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 8a0c55d5d4..9b5044a6fc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -77,6 +77,12 @@ Layout/SpaceBeforeFirstArg: Style/MethodDefParentheses: Enabled: true +Style/FrozenStringLiteralComment: + Enabled: true + EnforcedStyle: always + Include: + - 'activesupport/**/*' + # Use `foo {}` not `foo{}`. Layout/SpaceBeforeBlockBraces: Enabled: true -- cgit v1.2.3