Skip to content

fix: clean up remaining Windows argument-comment-lint violations#16071

Merged
bolinfest merged 1 commit intomainfrom
windows-annotation-linter
Mar 28, 2026
Merged

fix: clean up remaining Windows argument-comment-lint violations#16071
bolinfest merged 1 commit intomainfrom
windows-annotation-linter

Conversation

@bolinfest
Copy link
Copy Markdown
Collaborator

@bolinfest bolinfest commented Mar 28, 2026

Why

The initial argument-comment-lint rollout left Windows on default-target coverage because there were still Windows-only callsites failing under --all-targets. This follow-up cleans up those remaining Windows-specific violations so the Windows CI lane can enforce the same stricter coverage, leaving Linux as the remaining platform-specific follow-up.

What changed

  • switched the Windows rust-ci argument-comment-lint step back to the default wrapper invocation so it runs full-target coverage again
  • added the required /*param_name*/ annotations at Windows-gated literal callsites in:
    • codex-rs/windows-sandbox-rs/src/lib.rs
    • codex-rs/windows-sandbox-rs/src/elevated_impl.rs
    • codex-rs/tui_app_server/src/multi_agents.rs
    • codex-rs/network-proxy/src/proxy.rs

Validation

  • Windows argument comment lint CI on this PR
@bolinfest bolinfest changed the title fix: windows annotations linter violations Mar 28, 2026
@bolinfest bolinfest merged commit e02fd6e into main Mar 28, 2026
37 checks passed
@bolinfest bolinfest deleted the windows-annotation-linter branch March 28, 2026 03:48
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant