Chore: Improving test coverage #21
Annotations
10 errors
observability/observability.go#L86
Error return value of `obs.logging.Shutdown` is not checked (errcheck)
|
observability/observability.go#L89
Error return value of `obs.tracing.Shutdown` is not checked (errcheck)
|
observability/profiling.go#L39
Error return value of `p.profiler.Stop` is not checked (errcheck)
|
http/util.go#L18
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
http/util.go#L19
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
s3/client.go#L283
ineffectual assignment to ctx (ineffassign)
|
mqtt/util_test.go#L25
ineffectual assignment to ids (ineffassign)
|
mqtt/util_test.go#L28
ineffectual assignment to ids (ineffassign)
|
mqtt/util_test.go#L31
ineffectual assignment to ids (ineffassign)
|
rabbit/publisherPool.go#L50
S1000: should use for range instead of for { select {} } (gosimple)
|
The logs for this run have expired and are no longer available.
Loading