NetworkTests: add options for test users to use gateway #8305
Annotations
1 error and 5 warnings
lint
issues found
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3, 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
Restore cache failed: Dependencies file is not found in /home/runner/work/go-ten/go-ten. Supported file pattern: go.sum
|
lint:
integration/networktest/userwallet/authclient.go#L45
unexported-return: exported func NewUserWallet returns unexported type *userwallet.authClientUser, which can be annoying to use (revive)
|
lint:
integration/networktest/userwallet/gateway.go#L139
unused-parameter: parameter 'nonce' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
integration/networktest/userwallet/gateway.go#L38
unexported-return: exported func NewGatewayUser returns unexported type *userwallet.gatewayUser, which can be annoying to use (revive)
|