Skip to content

Commit

Permalink
[chore] unblock golangci-lint update (#33495)
Browse files Browse the repository at this point in the history
Skip linting, added a separate issue to track updating the code
#33494

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten committed Jun 11, 2024
1 parent 8cf80e7 commit 43aee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/sumologicextension/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ func (se *SumologicExtension) registerCollector(ctx context.Context, collectorNa

// handleRegistrationError handles the collector registration errors and returns
// appropriate error for backoff handling and logging purposes.
func (se *SumologicExtension) handleRegistrationError(res *http.Response) (credentials.CollectorCredentials, error) {
func (se *SumologicExtension) handleRegistrationError(res *http.Response) (credentials.CollectorCredentials, error) { // nolint: unparam
var errResponse api.ErrorResponsePayload
if err := json.NewDecoder(res.Body).Decode(&errResponse); err != nil {
var buff bytes.Buffer
Expand Down

0 comments on commit 43aee3b

Please sign in to comment.