Initial version of frontend #328
Annotations
2 errors and 3 warnings
golangci-lint:
pkg/testutils/testutils.go#L49
param min has same name as predeclared identifier (predeclared)
|
golangci-lint
issues found
|
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
golangci-lint:
pkg/pubsub/pubsub_test.go#L116
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/pubsub/pubsub_test.go#L156
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading