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/build_access.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/gitlab/build_access.rb') diff --git a/lib/gitlab/build_access.rb b/lib/gitlab/build_access.rb index 08a8f846ca5..37e79413541 100644 --- a/lib/gitlab/build_access.rb +++ b/lib/gitlab/build_access.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Gitlab class BuildAccess < UserAccess attr_accessor :user, :project -- cgit v1.2.3