From d17264d93f4278319e60ee20c4e29dc54be343e4 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 13 Aug 2017 22:14:22 +0900 Subject: Use frozen string literal in root files --- .rubocop.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index ac8623638c..88d52c68be 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -83,20 +83,8 @@ Style/FrozenStringLiteralComment: Enabled: true EnforcedStyle: always Include: - - 'activesupport/**/*' - - 'activemodel/**/*' - - 'actioncable/**/*' - - 'activejob/**/*' - - 'activerecord/**/*' - - 'activestorage/**/*' - - 'actionmailer/**/*' - - 'actionview/**/*' - - 'actionpack/**/*' - - 'ci/**/*' - - 'guides/**/*' - - 'tasks/**/*' - - 'tools/**/*' Exclude: + - 'railties/**/*' - 'actionview/test/**/*.builder' - 'actionview/test/**/*.ruby' - 'actionpack/test/**/*.builder' -- cgit v1.2.3