mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
This backs out https://github.com/openai/codex/pull/16450 because it was not good to go yet.
This commit is contained in:
3
justfile
3
justfile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user