Skip to content

Commit

Permalink
try to disable
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmolina95 committed Sep 10, 2024
1 parent 3f357ab commit 3ac141d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/legacy/controllers/jobs_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ func (j *JobsController) GetProjectJobsWS(w http.ResponseWriter, r *http.Request
}
}

// disabling govet linter for now as it has a bug as highlighted in https://github.com/argoproj/argo-cd/issues/19772 also
// nolint: govet
func (j *JobsController) respond(w http.ResponseWriter, responseCode int, format string, args ...interface{}) {
response := fmt.Sprintf(format, args...)
j.Logger.Error(response)
Expand Down

0 comments on commit 3ac141d

Please sign in to comment.