summaryrefslogtreecommitdiff
path: root/app/workers/cluster_patch_app_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/cluster_patch_app_worker.rb')
-rw-r--r--app/workers/cluster_patch_app_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/cluster_patch_app_worker.rb b/app/workers/cluster_patch_app_worker.rb
index 3f95a764567..f75004aa3e5 100644
--- a/app/workers/cluster_patch_app_worker.rb
+++ b/app/workers/cluster_patch_app_worker.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class ClusterPatchAppWorker
+class ClusterPatchAppWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include ClusterQueue
include ClusterApplications