Add missing frozen_string_literal to some classes

This commit is contained in:
Grzegorz Bizon 2018-09-05 10:22:09 +02:00
parent b83fa58f06
commit b19d2e1e6d
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
module Gitlab
module Ci
class Config

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
module Gitlab
module Ci
class Config