Commit cd38d4d2 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'frozen-string-enable-app' into 'master'

Enable frozen string for some vestigial app/ files

See merge request gitlab-org/gitlab!18502
parents 633d417c adc3999c
# frozen_string_literal: false
# frozen_string_literal: true
class MigrateExternalDiffsWorker
include ApplicationWorker
......
# frozen_string_literal: false
# frozen_string_literal: true
class ScheduleMigrateExternalDiffsWorker
include ApplicationWorker
......
# frozen_string_literal: true
# Worker for updating project statistics.
......
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