- Run
maketo format, test, and lint your code - Run
make testfor tests only - Run
make formatfor formatting only - Run
make lintfor linting only
- Run
bazel run //:gazelleto generate BUILD.bazel files - Run
golangci-lint run ./...for Go linting
bazel build //...- Build all targetsbazel test //...- Run all tests