remove comments #1272
golangci_lint.yml
on: pull_request
golangci-lint
1m 14s
Annotations
10 errors and 2 warnings
golangci-lint:
block/executor.go#L148
G115: integer overflow conversion uint64 -> int64 (gosec)
|
golangci-lint:
block/executor.go#L315
G115: integer overflow conversion int -> uint32 (gosec)
|
golangci-lint:
block/initchain.go#L15
G115: integer overflow conversion uint64 -> int64 (gosec)
|
golangci-lint:
mocks/github.com/dymensionxyz/dymint/da/avail/mock_SubstrateApiI.go#L423
S1040: type assertion to the same type: args[2] already has type interface{} (gosimple)
|
golangci-lint:
mocks/github.com/dymensionxyz/dymint/da/avail/mock_SubstrateApiI.go#L600
S1040: type assertion to the same type: args[2] already has type interface{} (gosimple)
|
golangci-lint:
mocks/github.com/dymensionxyz/dymint/da/avail/mock_SubstrateApiI.go#L1411
S1040: type assertion to the same type: args[1] already has type interface{} (gosimple)
|
golangci-lint:
mocks/github.com/dymensionxyz/dymint/da/avail/mock_SubstrateApiI.go#L1585
S1040: type assertion to the same type: args[1] already has type interface{} (gosimple)
|
golangci-lint:
mocks/github.com/dymensionxyz/dymint/p2p/mock_ProposerGetter.go#L36
Error return value is not checked (errcheck)
|
golangci-lint:
mocks/github.com/dymensionxyz/dymint/p2p/mock_ProposerGetter.go#L82
Error return value is not checked (errcheck)
|
golangci-lint:
mocks/github.com/dymensionxyz/dymint/p2p/mock_StateGetter.go#L36
Error return value is not checked (errcheck)
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|