summaryrefslogtreecommitdiff
path: root/app/controllers/admin/background_jobs_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin/background_jobs_controller.rb')
-rw-r--r--app/controllers/admin/background_jobs_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/background_jobs_controller.rb b/app/controllers/admin/background_jobs_controller.rb
index d4b906d5e33..4eda35d66f6 100644
--- a/app/controllers/admin/background_jobs_controller.rb
+++ b/app/controllers/admin/background_jobs_controller.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Admin::BackgroundJobsController < Admin::ApplicationController
- feature_category :not_owned
+ feature_category :not_owned # rubocop:todo Gitlab/AvoidFeatureCategoryNotOwned
end