fix lint #1848
Annotations
10 errors and 2 warnings
golangci-lint:
external/json/uint64.go#L10
the methods of "Uint64" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
external/json/uint16.go#L9
the methods of "Uint16" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
usecase/model/duration.go#L10
the methods of "Duration" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
usecase/coin/decimal.go#L17
the methods of "Dec" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
usecase/coin/int.go#L71
the methods of "Int" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
usecase/coin/coin.go#L200
the methods of "Coins" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
external/utctime/utctime.go#L136
SA4005: ineffective assignment to field UTCTime.unixNano (staticcheck)
|
golangci-lint:
external/json/numeric_string.go#L47
SA4005: ineffective assignment to field NumericString.v (staticcheck)
|
golangci-lint:
external/json/numeric_string.go#L55
SA4005: ineffective assignment to field NumericString.v (staticcheck)
|
golangci-lint:
external/json/uint32.go#L45
SA4005: ineffective assignment to field Uint32.v (staticcheck)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading