Skip to content

Commit

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

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten authored and t00mas committed Jun 18, 2024
1 parent 73eba94 commit de9e9ea
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 de9e9ea

Please sign in to comment.