From c858f70d076dc44f6bf1ab1f7acb1fc13a12ab1b Mon Sep 17 00:00:00 2001 From: gfyoung Date: Mon, 22 Oct 2018 07:00:50 +0000 Subject: Enable frozen string for lib/gitlab/*.rb --- lib/gitlab/fake_application_settings.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/gitlab/fake_application_settings.rb') diff --git a/lib/gitlab/fake_application_settings.rb b/lib/gitlab/fake_application_settings.rb index 2c827265d8c..db1aeeea8d3 100644 --- a/lib/gitlab/fake_application_settings.rb +++ b/lib/gitlab/fake_application_settings.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + # This class extends an OpenStruct object by adding predicate methods to mimic # ActiveRecord access. We rely on the initial values being true or false to # determine whether to define a predicate method because for a newly-added -- cgit v1.2.1