add golang golint, workerflow #1
reviewdog.yml
on: pull_request
runner / golangci-lint
29s
Annotations
4 errors and 1 warning
runner / golangci-lint:
flow/kis_flow_data.go#L176
[golangci] reported by reviewdog 🐶
undefined: cache (typecheck)
Raw Output:
flow/kis_flow_data.go:176:30: undefined: cache (typecheck)
flow.cache.Set(key, value, cache.DefaultExpiration)
^
|
runner / golangci-lint:
serialize/serialize_default.go#L15
[golangci] reported by reviewdog 🐶
File is not `goimports`-ed (goimports)
Raw Output:
serialize/serialize_default.go:15: File is not `goimports`-ed (goimports)
"github.com/aceld/kis-flow/common"
|
runner / golangci-lint:
config/kis_func_config.go#L4
[golangci] reported by reviewdog 🐶
File is not `goimports`-ed (goimports)
Raw Output:
config/kis_func_config.go:4: File is not `goimports`-ed (goimports)
"errors"
|
runner / golangci-lint
reviewdog exited with status code: 1
|
runner / golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|