Actions
Patch #37682
closedAdd the `# frozen_string_literal: true` magic comment to config/initializers/secret_token.rb
Description
This fixes the following RuboCop offense.
config/initializers/secret_token.rb:1:1: C: [Correctable] Style/FrozenStringLiteralComment: Missing frozen string literal comment. # This file was generated by 'rake generate_secret_token', and should
Files
Updated by Go MAEDA about 2 years ago
- Target version set to 5.1.0
Setting the target version to 5.1.0.
Updated by Go MAEDA about 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch.
Actions