Set endpoint to DRAIN instead of removing it #25
Annotations
10 errors and 1 warning
golangci-lint:
pkg/cache/v3/delta.go#L41
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pkg/cache/v3/simple.go#L20
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pkg/cache/v3/simple.go#L27
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pkg/cache/v3/simple.go#L97
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pkg/cache/v3/simple.go#L101
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pkg/cache/v3/simple.go#L312
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pkg/cache/v3/simple.go#L366
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pkg/cache/v3/simple.go#L386
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pkg/cache/v3/simple.go#L28
File is not `goimports`-ed with -local github.com/envoyproxy/go-control-plane (goimports)
|
golangci-lint:
pkg/cache/v3/delta.go#L150
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
|
golangci-lint:
pkg/cache/v3/simple.go#L381
var-naming: don't use underscores in Go names; range var node_ should be node (revive)
|
Loading