Skip to content

Fix: missing msg create client #1851

Fix: missing msg create client

Fix: missing msg create client #1851

Triggered via pull request November 28, 2024 03:21
Status Failure
Total duration 3m 49s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: external/json/uint32.go#L9
the methods of "Uint32" use pointer receiver and non-pointer receiver. (recvcheck)
lint: external/json/uint64.go#L10
the methods of "Uint64" use pointer receiver and non-pointer receiver. (recvcheck)
lint: usecase/model/duration.go#L10
the methods of "Duration" use pointer receiver and non-pointer receiver. (recvcheck)
lint: usecase/coin/decimal.go#L17
the methods of "Dec" use pointer receiver and non-pointer receiver. (recvcheck)
lint: usecase/coin/int.go#L71
the methods of "Int" use pointer receiver and non-pointer receiver. (recvcheck)
lint: usecase/coin/coin.go#L200
the methods of "Coins" use pointer receiver and non-pointer receiver. (recvcheck)
lint: projection/account/account_test.go#L240
require-error: for error assertions use require (testifylint)
lint: projection/account_message/account_message_test.go#L5004
require-error: for error assertions use require (testifylint)
lint: projection/account_raw_event/account_raw_event_test.go#L2080
require-error: for error assertions use require (testifylint)
lint: usecase/coin/coin_test.go#L678
error-nil: use s.Assert().NoError (testifylint)