Add missing frozen_string_literal to some classes
This commit is contained in:
parent
b83fa58f06
commit
b19d2e1e6d
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Gitlab
|
||||
module Ci
|
||||
class Config
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Gitlab
|
||||
module Ci
|
||||
class Config
|
||||
|
|
Loading…
Reference in a new issue