From 385825fb705446a1f11e82b65ca97a50d7e67898 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Sun, 16 Jul 2017 20:10:15 +0300 Subject: Use frozen string literal in actioncable/ --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 7433824b70..8663034a1a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -89,6 +89,7 @@ Style/FrozenStringLiteralComment: Include: - 'activesupport/**/*' - 'activemodel/**/*' + - 'actioncable/**/*' - 'activejob/**/*' - 'activerecord/**/*' - 'actionmailer/**/*' -- cgit v1.2.3