The installation instructions in the top-level README do not work with golangci-lint v2:
- The
module installation method seems to require a release, but the repo has zero releases
- The
plugin method errors out with golangci-lint v2: Error: build linters: unable to load custom analyzer "kubeapilinter": bin/kube-api-linter.so, plugin: not implemented
As an aside, it would be nice if it was possible to compile kube-api-linter as a standalone binary