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/config_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/gitlab/config_helper.rb') diff --git a/lib/gitlab/config_helper.rb b/lib/gitlab/config_helper.rb index 41880069e4c..b7aa03384b7 100644 --- a/lib/gitlab/config_helper.rb +++ b/lib/gitlab/config_helper.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Gitlab::ConfigHelper def gitlab_config_features Gitlab.config.gitlab.default_projects_features -- cgit v1.2.1