Solve the problem of function parameters being recycled by GC #3234
Annotations
1 error and 11 warnings
golangci-lint
issues found
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golangci-lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
golangci-lint:
frontend/schema/schemahandler.go#L96
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
golangci-lint:
pkg/log/zap_logger.go#L117
unused-parameter: parameter 'opts' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/log/zap_logger.go#L121
unused-parameter: parameter 'opts' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/log/zap_logger.go#L125
unused-parameter: parameter 'opts' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
server/interceptor/interceptors.go#L60
unreachable-code: unreachable code after this statement (revive)
|
golangci-lint:
pkg/chain/invocation.go#L119
unreachable-code: unreachable code after this statement (revive)
|
golangci-lint:
pkg/queue/uniqueue.go#L47
unreachable-code: unreachable code after this statement (revive)
|
golangci-lint:
pkg/event/subscriber.go#L65
unused-parameter: parameter 'job' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/event/bus.go#L44
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
The logs for this run have expired and are no longer available.
Loading