Skip to content

Remove warning noise in ProjectImportOptions

Stan Hu requested to merge sh-remove-import-retry-count-warning into master

Squelches these warnings:

/opt/gitlab/embedded/service/gitlab-rails/app/workers/concerns/project_import_options.rb:5: warning: already initialized constant ProjectImportOptions::IMPORT_RETRY_COUNT
/opt/gitlab/embedded/service/gitlab-rails/app/workers/concerns/project_import_options.rb:5: warning: previous definition of IMPORT_RETRY_COUNT was here

Merge request reports