Back out "bazel: lint rust_test targets in clippy workflow (#16450)" (#16757)

This backs out https://github.com/openai/codex/pull/16450 because it was
not good to go yet.
This commit is contained in:
Michael Bolin
2026-04-03 20:01:26 -07:00
committed by GitHub
parent 8a19dbb177
commit c9e706f8b6
4 changed files with 9 additions and 33 deletions

View File

@@ -69,9 +69,8 @@ bazel-lock-check:
bazel-test:
bazel test --test_tag_filters=-argument-comment-lint //... --keep_going
[no-cd]
bazel-clippy:
bazel_targets="$(./scripts/list-bazel-clippy-targets.sh)" && bazel build --config=clippy -- ${bazel_targets}
bazel build --config=clippy -- //codex-rs/... -//codex-rs/v8-poc:all
[no-cd]
bazel-argument-comment-lint: