lint: fix auto-fixable issues #1
Annotations
10 errors, 1 warning, and 1 notice
|
providers/openai.go#L923
missing cases in switch of type ai.ContentType: ai.ContentTypeReasoning, ai.ContentTypeSource, ai.ContentTypeToolCall, ai.ContentTypeToolResult (exhaustive)
|
|
providers/openai.go#L845
missing cases in switch of type ai.ToolChoice: ai.ToolChoiceRequired (exhaustive)
|
|
providers/anthropic.go#L563
missing cases in switch of type ai.ContentType: ai.ContentTypeFile, ai.ContentTypeSource (exhaustive)
|
|
providers/anthropic.go#L460
missing cases in switch of type ai.ContentType: ai.ContentTypeReasoning, ai.ContentTypeSource, ai.ContentTypeToolCall, ai.ContentTypeToolResult (exhaustive)
|
|
providers/anthropic.go#L425
missing cases in switch of type ai.MessageRole: ai.MessageRoleTool (exhaustive)
|
|
agent.go#L1034
missing cases in switch of type ai.StreamPartType: ai.StreamPartTypeToolResult (exhaustive)
|
|
providers/anthropic.go#L778
Error return value of `acc.Accumulate` is not checked (errcheck)
|
|
agent.go#L837
Error return value is not checked (errcheck)
|
|
agent.go#L811
Error return value is not checked (errcheck)
|
|
agent.go#L770
Error return value is not checked (errcheck)
|
|
|
|
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
The logs for this run have expired and are no longer available.
Loading