mirror of
https://github.com/openai/codex.git
synced 2026-09-08 15:50:34 +00:00
codex: address PR review feedback (#20179)
This commit is contained in:
2
.github/scripts/verify_tui_core_boundary.py
vendored
2
.github/scripts/verify_tui_core_boundary.py
vendored
@@ -17,7 +17,7 @@ TUI_MANIFEST = TUI_ROOT / "Cargo.toml"
|
||||
FORBIDDEN_PACKAGE = "codex-core"
|
||||
CODEX_PROTOCOL_PACKAGE = "codex-protocol"
|
||||
CODEX_PROTOCOL_MESSAGE = "references `codex_protocol::protocol`"
|
||||
IDENTIFIER = r"(?:r#)?[A-Za-z_][A-Za-z0-9_]*"
|
||||
IDENTIFIER = r"(?:r#)?[^\W\d]\w*"
|
||||
PROTOCOL_IDENTIFIER = r"(?:r#)?protocol"
|
||||
TOKEN_SEPARATOR = r"\s*"
|
||||
REQUIRED_TOKEN_SEPARATOR = r"\s+"
|
||||
|
||||
Reference in New Issue
Block a user