fix(lint): updating golangci-lint to latest. #225
Annotations
5 errors and 1 warning
golangci-lint:
sides/pactus/pactus.go#L24
hugeParam: cfg is heavy (80 bytes); consider passing it by pointer (gocritic)
|
golangci-lint:
sides/polygon/bridge.go#L88
G115: integer overflow conversion int64 -> uint64 (gosec)
|
golangci-lint:
database/database.go#L199
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint:
database/database.go#L202
return with no blank line before (nlreturn)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading