提交 06a6de70 编写于 作者: R Rémy Coutable

Merge branch 'frozen-string-vestigial' into 'master'

Enable frozen string in newly added files

See merge request gitlab-org/gitlab-ce!20763
# 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册