Send Prometheus metrics #1087
Annotations
9 errors and 1 warning
golangci-lint:
bot/metrics.go#L63
Error return value of `server.ListenAndServe` is not checked (errcheck)
|
golangci-lint:
bot/metrics.go#L67
Error return value of `server.Shutdown` is not checked (errcheck)
|
golangci-lint:
bot/metrics.go#L3
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
bot/metrics.go#L11
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
bot/metrics.go#L15
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
bot/metrics.go#L53
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
|
golangci-lint:
bot/metrics_test.go#L45
G102: Binds to all network interfaces (gosec)
|
golangci-lint:
bot/metrics_test.go#L40
ineffectual assignment to err (ineffassign)
|
golangci-lint
issues found
|
golangci-lint:
bot/metrics.go#L19
unused-parameter: parameter 'ch' seems to be unused, consider removing or renaming it as _ (revive)
|
The logs for this run have expired and are no longer available.
Loading