Merge pull request #70 from dedis/dependabot/go_modules/server/google… #86
Annotations
10 errors and 5 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/smc/smccli/controller/action.go#L1
: # go.dedis.ch/hbt/server/smc/smccli/controller
|
lint
undefined: reveal (typecheck)
|
lint:
server/smc/smccli/smccli.go#L13
could not import go.dedis.ch/hbt/server/smc/smccli/controller (-: # go.dedis.ch/hbt/server/smc/smccli/controller
|
lint
undefined: reveal) (typecheck)
|
lint:
server/test/admin/blockchain.go#L39
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
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)
|
lint:
server/registration/registry/crud/crud.go#L114
unused-parameter: parameter 'registered' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
server/registration/database/mongodb/mongodb.go#L74
unused-parameter: parameter 'hash' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
server/registration/database/mongodb/mongodb.go#L124
unused-parameter: parameter 'hash' seems to be unused, consider removing or renaming it as _ (revive)
|