Add frozen_string_literal magic comment
re: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment
This commit is contained in:
parent
ece388b83f
commit
7c60910410
15 changed files with 28 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
feature 'Code of Conduct:' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue