Scenario test #78
Annotations
10 errors and 2 warnings
lint:
server/blockchain/web/action.go#L1
: # go.dedis.ch/hbt/server/blockchain/web
|
lint
s.revealSecret undefined (type *secretHandler has no field or method revealSecret)
|
lint
ctx declared and not used
|
lint
ctx declared and not used
|
lint
ctx declared and not used (typecheck)
|
lint:
server/registration/database/mongodb/dbtypes.go#L1
: # go.dedis.ch/hbt/server/registration/database/mongodb
|
lint
cannot use data.Role (variable of type uint64) as uint value in struct literal
|
lint
data.Hash undefined (type *registry.RegistrationData has no field or method Hash)
|
lint
cannot use doc.Role (variable of type uint) as uint64 value in struct literal
|
lint
reg.Hash undefined (type *registry.RegistrationData has no field or method Hash) (typecheck)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
server/smc/smc.go#L8
var-naming: struct field Id should be ID (revive)
|