]> source.dussan.org Git - redmine.git/commitdiff
Add the `# frozen_string_literal: true` magic comment to config/initializers/secret_t...
authorGo MAEDA <maeda@farend.jp>
Wed, 21 Sep 2022 06:58:10 +0000 (06:58 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 21 Sep 2022 06:58:10 +0000 (06:58 +0000)
Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@21830 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/tasks/initializers.rake

index 6da60c1472a91deeb7104e185f6b72404c7bd858..564fbff9f4d03f25b0b4fc85feb5db61243b727e 100644 (file)
@@ -5,6 +5,8 @@ file 'config/initializers/secret_token.rb' do
   secret = SecureRandom.hex(40)
   File.open(path, 'w') do |f|
     f.write <<"EOF"
+# frozen_string_literal: true
+
 # This file was generated by 'rake generate_secret_token', and should
 # not be made visible to public.
 # If you have a load-balancing Redmine cluster, you will need to use the