Commit 7e87626a authored by gfyoung's avatar gfyoung

Enable frozen string for app/workers/**/*.rb

Partially addresses #47424.
parent 87f7597a
# frozen_string_literal: true
module Ci
class ArchiveTracesCronWorker
include ApplicationWorker
......
# frozen_string_literal: true
module Ci
class BuildTraceChunkFlushWorker
include ApplicationWorker
......
# frozen_string_literal: true
Sidekiq::Worker.extend ActiveSupport::Concern
module ApplicationWorker
......
# frozen_string_literal: true
module ClusterApplications
extend ActiveSupport::Concern
......
# frozen_string_literal: true
##
# Concern for setting Sidekiq settings for the various Gcp clusters workers.
#
......
# frozen_string_literal: true
# Concern that sets various Sidekiq settings for workers executed using a
# cronjob.
module CronjobQueue
......
# frozen_string_literal: true
# Concern for enabling a few lines of exception backtraces in Sidekiq
module ExceptionBacktrace
extend ActiveSupport::Concern
......
# frozen_string_literal: true
module Gitlab
module GithubImport
module Queue
......
# frozen_string_literal: true
module MailSchedulerQueue
extend ActiveSupport::Concern
......
# frozen_string_literal: true
module NewIssuable
attr_reader :issuable, :user
......
# frozen_string_literal: true
# Concern for setting Sidekiq settings for the various GitLab ObjectStorage workers.
module ObjectStorageQueue
extend ActiveSupport::Concern
......
# frozen_string_literal: true
##
# Concern for setting Sidekiq settings for the low priority CI pipeline workers.
#
......
# frozen_string_literal: true
##
# Concern for setting Sidekiq settings for the various CI pipeline workers.
#
......
# frozen_string_literal: true
module ProjectImportOptions
extend ActiveSupport::Concern
......
# frozen_string_literal: true
# Used in EE by mirroring
module ProjectStartImport
def start(project)
......
# frozen_string_literal: true
# Concern for setting Sidekiq settings for the various repository check workers.
module RepositoryCheckQueue
extend ActiveSupport::Concern
......
# frozen_string_literal: true
module WaitableWorker
extend ActiveSupport::Concern
......
# frozen_string_literal: true
module MailScheduler
class IssueDueWorker
include ApplicationWorker
......
# frozen_string_literal: true
require 'active_job/arguments'
module MailScheduler
......
# frozen_string_literal: true
module ObjectStorage
class BackgroundMoveWorker
include ApplicationWorker
......
# frozen_string_literal: true
module RepositoryCheck
class BatchWorker
include ApplicationWorker
......
# frozen_string_literal: true
module RepositoryCheck
class ClearWorker
include ApplicationWorker
......
# frozen_string_literal: true
module RepositoryCheck
class SingleRepositoryWorker
include ApplicationWorker
......
---
title: Finish enabling frozen string for app/workers/*.rb
merge_request: 20197
author: gfyoung
type: other
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