From dfcc766163fa58389a6fe6dc5788533a455f8a89 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Mon, 24 Jul 2017 23:20:53 +0300 Subject: Use frozen string literal in actionpack/ --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 7dfb7b4b81..0408ca4aa1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -94,9 +94,12 @@ Style/FrozenStringLiteralComment: - 'activerecord/**/*' - 'actionmailer/**/*' - 'actionview/**/*' + - 'actionpack/**/*' Exclude: - 'actionview/test/**/*.builder' - 'actionview/test/**/*.ruby' + - 'actionpack/test/**/*.builder' + - 'actionpack/test/**/*.ruby' # Use `foo {}` not `foo{}`. Layout/SpaceBeforeBlockBraces: -- cgit v1.2.3