Merge pull request #5 from KiraCore/bugfix/typos #18
Annotations
10 errors and 1 warning
|
worker/sai-storage-mongo/mongo/client.go#L56
SA1019: host.Connect is deprecated: Use [mongo.Connect] instead. (staticcheck)
|
|
worker/sai-storage-mongo/mongo/client.go#L52
SA1019: mongo.NewClient is deprecated: Use [Connect] instead. (staticcheck)
|
|
worker/sai-storage-mongo/mongo/client.go#L47
SA1019: host.Connect is deprecated: Use [mongo.Connect] instead. (staticcheck)
|
|
worker/sai-storage-mongo/mongo/client.go#L45
SA1019: mongo.NewClient is deprecated: Use [Connect] instead. (staticcheck)
|
|
worker/sai-storage-mongo/mongo/client.go#L148
composites: go.mongodb.org/mongo-driver/bson.E struct literal uses unkeyed fields (govet)
|
|
worker/sai-storage-mongo/utils/utils.go#L4
S1005: unnecessary assignment to the blank identifier (gosimple)
|
|
worker/sai-storage-mongo/internal/handlers.go#L325
func `InternalService.convertData` is unused (unused)
|
|
worker/sai-storage-mongo/internal/actions/aggregateAction.go#L38
func `(*AggregateAction).process` is unused (unused)
|
|
worker/sai-storage-mongo/mongo/client.go#L421
func `Client.preprocessDoc` is unused (unused)
|
|
worker/sai-storage-mongo/main.go#L33
Error return value of `client.Host.Disconnect` is not checked (errcheck)
|
|
|
The logs for this run have expired and are no longer available.
Loading