From d02844f2499be488d262bc274530ec44e242fd70 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 12 Aug 2017 21:32:15 +0900 Subject: Use frozen string literal in Active Storage --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 2889acfdd1..b21013dba9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -88,6 +88,7 @@ Style/FrozenStringLiteralComment: - 'actioncable/**/*' - 'activejob/**/*' - 'activerecord/**/*' + - 'activestorage/**/*' - 'actionmailer/**/*' - 'actionview/**/*' - 'actionpack/**/*' -- cgit v1.2.3