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

Enable frozen string in vestigial app files

Partially addresses #47424.
parent 00c474ae
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Showing
with 43 additions and 0 deletions
# frozen_string_literal: true
module Ci
class BuildRunnerPresenter < SimpleDelegator
def artifacts
Loading
Loading
# frozen_string_literal: true
class ProjectMirrorSerializer < BaseSerializer
entity ProjectMirrorEntity
end
# frozen_string_literal: true
class TestCaseEntity < Grape::Entity
expose :status
expose :name
Loading
Loading
# frozen_string_literal: true
class TestReportsComparerEntity < Grape::Entity
expose :total_status, as: :status
 
Loading
Loading
# frozen_string_literal: true
class TestReportsComparerSerializer < BaseSerializer
entity TestReportsComparerEntity
end
# frozen_string_literal: true
class TestSuiteComparerEntity < Grape::Entity
expose :name
expose :total_status, as: :status
Loading
Loading
# frozen_string_literal: true
module Projects
class DetectRepositoryLanguagesService < BaseService
attr_reader :detected_repository_languages, :programming_languages
Loading
Loading
# frozen_string_literal: true
module Todos
module Destroy
class BaseService
Loading
Loading
# frozen_string_literal: true
module Todos
module Destroy
class ConfidentialIssueService < ::Todos::Destroy::BaseService
Loading
Loading
# frozen_string_literal: true
module Todos
module Destroy
class EntityLeaveService < ::Todos::Destroy::BaseService
Loading
Loading
# frozen_string_literal: true
module Todos
module Destroy
class GroupPrivateService < ::Todos::Destroy::BaseService
Loading
Loading
# frozen_string_literal: true
module Todos
module Destroy
class PrivateFeaturesService < ::Todos::Destroy::BaseService
Loading
Loading
# frozen_string_literal: true
module Todos
module Destroy
class ProjectPrivateService < ::Todos::Destroy::BaseService
Loading
Loading
# frozen_string_literal: true
class DetectRepositoryLanguagesWorker
include ApplicationWorker
include ExceptionBacktrace
Loading
Loading
# frozen_string_literal: true
module TodosDestroyer
class ConfidentialIssueWorker
include ApplicationWorker
Loading
Loading
# frozen_string_literal: true
module TodosDestroyer
class EntityLeaveWorker
include ApplicationWorker
Loading
Loading
# frozen_string_literal: true
module TodosDestroyer
class GroupPrivateWorker
include ApplicationWorker
Loading
Loading
# frozen_string_literal: true
module TodosDestroyer
class PrivateFeaturesWorker
include ApplicationWorker
Loading
Loading
# frozen_string_literal: true
module TodosDestroyer
class ProjectPrivateWorker
include ApplicationWorker
Loading
Loading
---
title: Enable frozen string in vestigial app files
merge_request:
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