From 43f452f23bcfd300f334b9d70e4a91a2ff5a4ab7 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Tue, 22 Aug 2017 08:32:27 +0300 Subject: Remove frozen_string_literal comment from activestorage's migration The activestorage's migration is used as template for apps Related to #30348 --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index c1101d849b..f3ed8bc841 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -88,6 +88,7 @@ Style/FrozenStringLiteralComment: - 'actionview/test/**/*.ruby' - 'actionpack/test/**/*.builder' - 'actionpack/test/**/*.ruby' + - 'activestorage/db/migrate/**/*.rb' # Use `foo {}` not `foo{}`. Layout/SpaceBeforeBlockBraces: -- cgit v1.2.3