Skip to content

feat: support sigv4 signing #381

feat: support sigv4 signing

feat: support sigv4 signing #381

Re-run triggered October 15, 2024 14:49
Status Failure
Total duration 3m 28s
Artifacts

all.yml

on: pull_request
Matrix: checks / test-go-versions
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
checks / lint: pkg/sigv4/tripper_test.go#L44
Error return value of `client.Do` is not checked (errcheck)
checks / lint: pkg/remotewrite/config.go#L279
Function 'parseEnvs' is too long (84 > 80) (funlen)
checks / lint: pkg/sigv4/sigv4.go#L209
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(query.Encode(), "+", "%20", -1)` (gocritic)
checks / lint: pkg/sigv4/sigv4.go#L129
File is not `gofmt`-ed with `-s` (gofmt)
checks / lint: pkg/sigv4/tripper.go#L41
File is not `gofmt`-ed with `-s` (gofmt)
checks / lint: pkg/sigv4/sigv4_test.go#L4
File is not `gofumpt`-ed (gofumpt)
checks / lint: pkg/sigv4/sigv4_test.go#L8
File is not `gofumpt`-ed (gofumpt)
checks / lint: pkg/sigv4/sigv4_test.go#L55
File is not `gofumpt`-ed (gofumpt)
checks / lint: pkg/sigv4/tripper_test.go#L4
File is not `gofumpt`-ed (gofumpt)
checks / lint: pkg/sigv4/tripper_test.go#L7
File is not `gofumpt`-ed (gofumpt)
checks / lint: pkg/sigv4/const.go#L1
package-comments: should have a package comment (revive)
checks / lint: pkg/sigv4/tripper.go#L9
exported: exported type Tripper should have comment or be unexported (revive)
checks / lint: pkg/sigv4/tripper.go#L15
exported: exported type Config should have comment or be unexported (revive)
checks / lint: pkg/sigv4/tripper.go#L21
exported: exported function NewRoundTripper should have comment or be unexported (revive)
checks / lint: pkg/sigv4/tripper.go#L50
exported: exported method Tripper.RoundTrip should have comment or be unexported (revive)