feat(transactor): Track messages and states more accurately #321
Annotations
5 errors and 3 warnings
ci (lint, ubuntu-latest, 1.21.0):
core/transactor/transactor.go#L124
singleCaseSwitch: found switch with default case only (gocritic)
|
ci (lint, ubuntu-latest, 1.21.0):
core/transactor/transactor.go#L123
unused-parameter: parameter 'msgID' seems to be unused, consider removing or renaming it as _ (revive)
|
ci (lint, ubuntu-latest, 1.21.0):
core/transactor/factory/factory.go#L151
shadow: declaration of "err" shadows declaration at line 107 (govet)
|
ci (lint, ubuntu-latest, 1.21.0):
core/transactor/transactor.go#L171
shadow: declaration of "err" shadows declaration at line 164 (govet)
|
ci (lint, ubuntu-latest, 1.21.0)
Process completed with exit code 2.
|
ci (build, ubuntu-latest, 1.21.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci (test, ubuntu-latest, 1.21.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci (lint, ubuntu-latest, 1.21.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|