Merge pull request #307 from multiversx/bug-fix-dynamic-meta-esdts-to… #628
Annotations
8 errors
golangci-lint:
integrationtests/utils.go#L25
var `log` is unused (unused)
|
golangci-lint:
client/logging/customLogger.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
golangci-lint:
integrationtests/utils.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
golangci-lint:
client/elasticClientCommon.go#L8
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
golangci-lint:
client/elasticClientScroll.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
golangci-lint:
client/elasticClientScroll_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
golangci-lint:
process/elasticproc/transactions/serialize.go#L252
SA4024: builtin function len does not return negative values (staticcheck)
|
golangci-lint
issues found
|
Loading