feat: support sigv4 signing #381
all.yml
on: pull_request
checks
/
dependencies
14s
checks
/
lint
2m 59s
checks
/
test-build
1m 17s
Matrix: checks / test-go-versions
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)
|