From c8755543f07aa35ec22e9509c0cc2d04e5d3e0d3 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Mon, 8 Oct 2018 07:50:39 -0700 Subject: Enable even more frozen string in lib/**/*.rb Enables frozen string for the following files: * lib/generators/**/*.rb * lib/gitaly/**/*.rb * lib/google_api/**/*.rb * lib/haml_lint/**/*.rb * lib/json_web_token/**/*.rb * lib/mattermost/**/*.rb * lib/microsoft_teams/**/*.rb * lib/object_storage/**/*.rb * lib/omni_auth/**/*.rb * lib/peek/**/*.rb * lib/rouge/**/*.rb * lib/rspec_flaky/**/*.rb * lib/system_check/**/*.rb Partially addresses #47424. --- lib/mattermost/team.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/mattermost/team.rb') diff --git a/lib/mattermost/team.rb b/lib/mattermost/team.rb index 95c2f6f9d6b..58120178f50 100644 --- a/lib/mattermost/team.rb +++ b/lib/mattermost/team.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Mattermost class Team < Client # Returns all teams that the current user is a member of -- cgit v1.2.1