You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: cleanup golangci-lint and cspell findings (#7548)
Small non-behavioral change fixes to address remaining golangci-lint and cspell findings
- Anchor local-template `.gitignore` reads to the template root so nested `.gitignore` files can't escape the local template tree during initialization.
- Update `internal/vsrpc/server.go` to derive per-call cancelable contexts from `childCtx`, which preserves the tracing span from `tracing.Start` for Call requests instead of dropping it.
- Add targeted `gosec` suppressions where the flagged values are already trusted, managed by azd, or owned by a later callback (local FastAPI detection, Darwin process inspection, spinner/server cancellation callbacks, and managed output paths).
- Promote repo-specific spellings into the shared cspell dictionaries, keep compatibility names as file-scoped overrides, and reword the remaining comment-only spellcheck hits.
Fixes#7426
0 commit comments