Add argument-comment Dylint runner (#14651)

This commit is contained in:
Michael Bolin
2026-03-14 08:18:04 -07:00
committed by GitHub
parent 70eddad6b0
commit 4b31848f5b
20 changed files with 2348 additions and 0 deletions

View File

@@ -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 -- "$@"