Enable frozen_string_literal for all files under config directory (#26561).

git-svn-id: http://svn.redmine.org/redmine/trunk@17982 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-03-17 02:04:38 +00:00
parent d16369b67c
commit 02b4449414
11 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
# Same as test.rb
instance_eval File.read(File.join(File.dirname(__FILE__), 'test.rb'))