You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds linting support using golangci-lint v1.64.8 via containerized execution,
matching the approach used in ovn-kubernetes. Includes a Makefile with lint and
lint-fix targets, a GitHub Actions workflow for automated PR checks, and the necessary
hack/lint.sh script.
This work was patterned mostly from what is in
ovn-kubernetes/ovn-kubernetes.git except that the github actions will
now use 'make lint' instead of a github marketplace action so that the
lint in CI will match exactly what a dev would do locally
Assisted-by: Claude Code
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
0 commit comments