AI Plugin MVP implementation - first iteration #17
branch-pr-build.yml
on: pull_request
Build plugins without publish
0s
Build and release latest plugins
0s
Annotations
9 errors and 1 warning
Lint code:
internal/source/ai-brain/assistant.go#L39
Error return value of `i.handleThread` is not checked (errcheck)
|
Lint code:
internal/source/ai-brain/assistant.go#L176
Error return value of `i.openaiClient.SubmitToolOutputs` is not checked (errcheck)
|
Lint code:
internal/source/ai-brain/assistant.go#L196
Error return value of `i.openaiClient.SubmitToolOutputs` is not checked (errcheck)
|
Lint code:
internal/source/ai-brain/assistant.go#L216
Error return value of `i.openaiClient.SubmitToolOutputs` is not checked (errcheck)
|
Lint code:
internal/source/ai-brain/tools.go#L123
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
Lint code:
internal/source/ai-brain/tools.go#L128
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
Lint code:
internal/source/ai-brain/tools.go#L137
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
Lint code:
internal/source/ai-brain/tools.go#L10
var `assistantTools` is unused (unused)
|
Lint code
issues found
|
Lint code
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/.
|