From 7d85e0f95cbc75fe0a6f10d1b9c575e415868857 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 13 Aug 2017 21:55:53 +0900 Subject: Use frozen string literal in tools/ --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index f84014d83a..cc725637ee 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -94,6 +94,7 @@ Style/FrozenStringLiteralComment: - 'actionpack/**/*' - 'guides/**/*' - 'tasks/**/*' + - 'tools/**/*' Exclude: - 'actionview/test/**/*.builder' - 'actionview/test/**/*.ruby' -- cgit v1.2.3