lib/gitlab/http.rb · master · GitLab.org / GitLab · GitLab (original) (raw)
Add Rubocop rule for the Gitlab::HTTP_V2 usage · c55c42b5
In the GitLab monolith codebase, we should use theGitlab::HTTP
wrapper instead ofGitlab::HTTP_V2
because we need to pass options
that are related to the GitLab instance setting.
Add Rubocop rule for the Gitlab::HTTP_V2 usage
In the GitLab monolith codebase, we should use theGitlab::HTTP
wrapper instead ofGitlab::HTTP_V2
because we need to pass options
that are related to the GitLab instance setting.