chore: fix string renderer #20
backend-tests.yml
on: push
go-static-checks
37s
go-tests
23s
Annotations
1 error and 4 warnings
go-static-checks
issues found
|
go-static-checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|
go-static-checks:
renderer/string/string.go#L182
unused-parameter: parameter 'node' seems to be unused, consider removing or renaming it as _ (revive)
|
go-static-checks:
renderer/string/string.go#L205
unused-parameter: parameter 'node' seems to be unused, consider removing or renaming it as _ (revive)
|
go-static-checks:
renderer/string/string.go#L246
unused-parameter: parameter 'node' seems to be unused, consider removing or renaming it as _ (revive)
|