Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/projects/record_target_platforms_worker.rb')
-rw-r--r--app/workers/projects/record_target_platforms_worker.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/workers/projects/record_target_platforms_worker.rb b/app/workers/projects/record_target_platforms_worker.rb
index 9ebc52f77d3..bbe0c63cfd1 100644
--- a/app/workers/projects/record_target_platforms_worker.rb
+++ b/app/workers/projects/record_target_platforms_worker.rb
@@ -6,9 +6,9 @@ module Projects
include ExclusiveLeaseGuard
LEASE_TIMEOUT = 1.hour.to_i
- APPLE_PLATFORM_LANGUAGES = %w(swift objective-c).freeze
+ APPLE_PLATFORM_LANGUAGES = %w[swift objective-c].freeze
- feature_category :groups_and_projects
+ feature_category :experimentation_activation
data_consistency :always
deduplicate :until_executed
urgency :low