chore: make each package its own go module #1
Annotations
10 errors, 1 warning, and 1 notice
|
examples/streaming-agent-simple/main.go#L73
unused-parameter: parameter 'result' seems to be unused, consider removing or renaming it as _ (revive)
|
|
examples/streaming-agent-simple/main.go#L61
unused-parameter: parameter 'id' seems to be unused, consider removing or renaming it as _ (revive)
|
|
examples/streaming-agent-simple/main.go#L38
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
examples/streaming-agent-simple/main.go#L1
package-comments: should have a package comment (revive)
|
|
examples/stream/main.go#L1
package-comments: should have a package comment (revive)
|
|
examples/simple/main.go#L1
package-comments: should have a package comment (revive)
|
|
examples/agent/main.go#L30
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
examples/agent/main.go#L1
package-comments: should have a package comment (revive)
|
|
examples/streaming-agent/main.go#L63
`if strings.Contains(strings.ToLower(location), "pristina")` has complex nested blocks (complexity: 5) (nestif)
|
|
examples/streaming-agent/main.go#L65
string `fahrenheit` has 3 occurrences, make it a constant (goconst)
|
|
|
|
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