use network:app:appID:pubKey for subject #200
Annotations
11 errors and 3 warnings
|
Static analysis:
client/ui/provider.go#L267
Error return value of `w.Write` is not checked (errcheck)
|
Static analysis:
client/ui/api_test.go#L73
Consider pre-allocating `accts` (prealloc)
|
Static analysis:
client/ui/api_test.go#L171
response body must be closed (bodyclose)
|
Static analysis:
client/ui/api_test.go#L177
response body must be closed (bodyclose)
|
Static analysis:
client/ui/api_test.go#L188
response body must be closed (bodyclose)
|
Static analysis:
client/ui/api_test.go#L44
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Static analysis:
client/ui/api_test.go#L49
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Static analysis:
client/ui/api_test.go#L65
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Static analysis:
client/ui/api_test.go#L98
ineffectual assignment to err (ineffassign)
|
Static analysis:
client/ui/api_test.go#L119
ineffectual assignment to err (ineffassign)
|
Static analysis:
client/internal/contracts.go#L53
exported: exported function LoadContract should have comment or be unexported (revive)
|
Static analysis:
client/ui/api_test.go#L52
var-naming: var walletId should be walletID (revive)
|
Static analysis:
client/ui/api_test.go#L252
var-naming: var createdAppId should be createdAppID (revive)
|
Loading