summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilbert Roulot <groulot@gitlab.com>2019-04-25 11:38:48 +0200
committerGilbert Roulot <groulot@gitlab.com>2019-04-25 11:38:48 +0200
commita3ccf4b837302d317a140d12586a53fdd96e8277 (patch)
treee42817a8a97c91bf0a34bc3943e7d8d1c6e9bb2d
parent7ae20499e9611b1bb3af12efa6cf311fa4ff577c (diff)
downloadgitlab-ce-8553_enable_modsecurity_on_cluster_ingress.tar.gz
-rw-r--r--lib/gitlab/background_migration/update_ingress_application.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/background_migration/update_ingress_application.rb b/lib/gitlab/background_migration/update_ingress_application.rb
index 36939a559dd..141b9075ca5 100644
--- a/lib/gitlab/background_migration/update_ingress_application.rb
+++ b/lib/gitlab/background_migration/update_ingress_application.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+# rubocop:disable Style/Documentation
class Gitlab::BackgroundMigration::UpdateIngressApplication
class Project < ActiveRecord::Base