Fixes issue where NullIfEmptySliceValue
panic when input is not a slice. Closes #707
#847
Annotations
10 errors
golangci-lint:
connection/connection_cache.go#L82
Error return value of `c.cache.Delete` is not checked (errcheck)
|
golangci-lint:
query_cache/cacher_result_subscriber.go#L68
Error return value of `maxReadSem.Acquire` is not checked (errcheck)
|
golangci-lint:
query_cache/query_cache.go#L348
Error return value of `c.cache.Delete` is not checked (errcheck)
|
golangci-lint:
plugin/hydrate_cache.go#L187
Error return value of `d.ConnectionCache.SetWithTTL` is not checked (errcheck)
|
golangci-lint:
plugin/plugin_connection_config.go#L69
Error return value is not checked (errcheck)
|
golangci-lint:
plugin/plugin_grpc.go#L333
Error return value of `p.ClearConnectionCache` is not checked (errcheck)
|
golangci-lint:
plugin/plugin_test.go#L513
Error return value of `test.plugin.initialiseTables` is not checked (errcheck)
|
golangci-lint:
plugin/query_data.go#L431
Error return value of `requiredCallBuilder.Add` is not checked (errcheck)
|
golangci-lint:
plugin/query_data.go#L661
Error return value of `rd.set` is not checked (errcheck)
|
golangci-lint:
plugin/query_data_rate_limiters.go#L22
Error return value of `d.resolveFetchRateLimiters` is not checked (errcheck)
|
The logs for this run have expired and are no longer available.
Loading