diff options
-rw-r--r-- | lib/gitlab/background_migration/update_ingress_application.rb | 1 |
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 |