Skip to content

Commit

Permalink
cloudapi: temporary nolint directive for noctx
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Feb 21, 2023
1 parent 2f38a53 commit 1a4897d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (c *Client) StartCloudTestRun(name string, projectID int64, arc *lib.Archiv
return nil, err
}

req, err := http.NewRequest(http.MethodPost, requestUrl, &buf)
req, err := http.NewRequest(http.MethodPost, requestUrl, &buf) //nolint:noctx
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 1a4897d

Please sign in to comment.