Skip to content
Snippets Groups Projects
Commit d4da4829 authored by gfyoung's avatar gfyoung
Browse files

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
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
# frozen_string_literal: true
class ImportExportUploader < AttachmentUploader
EXTENSION_WHITELIST = %w[tar.gz].freeze
 
Loading
Loading
# frozen_string_literal: true
module EachShardWorker
extend ActiveSupport::Concern
include ::Gitlab::Utils::StrongMemoize
Loading
Loading
# frozen_string_literal: true
class DeleteDiffFilesWorker
include ApplicationWorker
 
Loading
Loading
# frozen_string_literal: true
module RepositoryCheck
class DispatchWorker
include ApplicationWorker
Loading
Loading
---
title: Enable frozen string in newly added files to previously processed directories
merge_request: 20763
author: gfyoung
type: performance
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment