#418 libp2p integration #1216
Annotations
10 errors
golangci-lint:
wire/net/libp2p/account.go#L252
Error return value of `rw.WriteString` is not checked (errcheck)
|
golangci-lint:
wire/net/libp2p/account.go#L145
type assertion must be checked (forcetypeassert)
|
golangci-lint:
wire/net/libp2p/account.go#L81
constructor "NewAccountFromPrivateKeyBytes" for struct "Account" should be placed before struct method "Address" (funcorder)
|
golangci-lint:
wire/net/libp2p/account.go#L119
constructor "NewRandomAccount" for struct "Account" should be placed before struct method "Address" (funcorder)
|
golangci-lint:
wire/net/libp2p/address.go#L64
constructor "NewRandomAddress" for struct "Address" should be placed before struct method "Equal" (funcorder)
|
golangci-lint:
wire/net/libp2p/account_test.go#L230
Comment should end in a period (godot)
|
golangci-lint:
wire/net/libp2p/account.go#L72
File is not properly formatted (gofumpt)
|
golangci-lint:
wire/net/libp2p/address.go#L60
File is not properly formatted (gofumpt)
|
golangci-lint:
wire/net/libp2p/account_test.go#L7
Actual: http://www.apache.org/licenses/LICENSE-2.0
|
golangci-lint:
wire/net/libp2p/account.go#L47
`containting` is a misspelling of `containing` (misspell)
|
Loading