Commit d4da4829 authored by gfyoung's avatar gfyoung

Enable frozen string in newly added files

Enables frozen string for new files in
directories that had been previously
covered in previous MR's.

Partially addresses #47424.
parent 4271f448
# frozen_string_literal: true
class ImportExportUploader < AttachmentUploader
EXTENSION_WHITELIST = %w[tar.gz].freeze
......
# frozen_string_literal: true
module EachShardWorker
extend ActiveSupport::Concern
include ::Gitlab::Utils::StrongMemoize
......
# frozen_string_literal: true
class DeleteDiffFilesWorker
include ApplicationWorker
......
# frozen_string_literal: true
module RepositoryCheck
class DispatchWorker
include ApplicationWorker
......
---
title: Enable frozen string in newly added files to previously processed directories
merge_request: 20763
author: gfyoung
type: performance
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment