cue-labs / oci

Go modules related to OCI (Open Container Initiative) registries
Apache License 2.0
22 stars 3 forks source link

internal/ci: add staticcheck to trybots #30

Open myitcv opened 3 months ago

myitcv commented 3 months ago

Feels like a useful step:

Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules.

We want all of those things :)