mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Add argument-comment Dylint runner (#14651)
This commit is contained in:
5
justfile
5
justfile
@@ -86,6 +86,11 @@ write-app-server-schema *args:
|
||||
write-hooks-schema:
|
||||
cargo run --manifest-path ./codex-rs/Cargo.toml -p codex-hooks --bin write_hooks_schema_fixtures
|
||||
|
||||
# Run the argument-comment Dylint checks across codex-rs.
|
||||
[no-cd]
|
||||
argument-comment-lint *args:
|
||||
./tools/argument-comment-lint/run.sh "$@"
|
||||
|
||||
# Tail logs from the state SQLite database
|
||||
log *args:
|
||||
if [ "${1:-}" = "--" ]; then shift; fi; cargo run -p codex-state --bin logs_client -- "$@"
|
||||
|
||||
Reference in New Issue
Block a user