Add frozen_string_literal to new files
This commit is contained in:
parent
b9fcefc895
commit
ad2f711adf
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
describe Gitlab::DependencyLinker::Parser::Gemfile do
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe CommitPolicy do
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe ShaValidator do
|
||||
|
|
Loading…
Reference in a new issue