From 1f37d846a91e4048367f6185371ec0abb523712c Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 13 Aug 2017 22:02:48 +0900 Subject: Use frozen string literal in guides/ --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index b21013dba9..f1107acb93 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -92,6 +92,7 @@ Style/FrozenStringLiteralComment: - 'actionmailer/**/*' - 'actionview/**/*' - 'actionpack/**/*' + - 'guides/**/*' Exclude: - 'actionview/test/**/*.builder' - 'actionview/test/**/*.ruby' -- cgit v1.2.3