Skip to content

Add producer API to write specs #659

Add producer API to write specs

Add producer API to write specs #659

Triggered via pull request October 15, 2024 19:15
Status Failure
Total duration 54s
Artifacts

sanity.yml

on: pull_request
Run tests
42s
Run tests
Matrix: Run go sanity tools
Matrix: Build / Crossbuild Binaries
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Run go sanity tools (linux, amd64): pkg/cdi/producer/api.go#L19
exported type SpecFormat should have comment or be unexported
Run go sanity tools (linux, amd64): pkg/cdi/producer/api.go#L25
exported const SpecFormatJSON should have comment (or a comment on this block) or be unexported
Run go sanity tools (linux, amd64): pkg/cdi/producer/options.go#L19
comment on exported type Option should be of the form "Option ..." (with optional leading article)
Run go sanity tools (linux, amd64): pkg/cdi/producer/producer.go#L27
exported type Producer should have comment or be unexported
Run go sanity tools (linux, amd64)
Process completed with exit code 2.
Run go sanity tools (windows, amd64): pkg/cdi/producer/api.go#L19
exported type SpecFormat should have comment or be unexported
Run go sanity tools (windows, amd64): pkg/cdi/producer/api.go#L25
exported const SpecFormatJSON should have comment (or a comment on this block) or be unexported
Run go sanity tools (windows, amd64): pkg/cdi/producer/options.go#L19
comment on exported type Option should be of the form "Option ..." (with optional leading article)
Run go sanity tools (windows, amd64): pkg/cdi/producer/producer.go#L27
exported type Producer should have comment or be unexported
Run go sanity tools (windows, amd64)
Process completed with exit code 2.
Run tests
Process completed with exit code 2.