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
- G706 (log injection): exclude globally — slog structured logging is
inherently safe against injection
- G204 (subprocess with variable): add nolint for intentional exec calls
(MCP stdio, bash workspace, rg grep)
- G118 (context cancel): nolint — cancel is stored in runningTask map
- S1017: use strings.TrimPrefix instead of if+slice
- QF1012: use fmt.Fprintf instead of WriteString(fmt.Sprintf(...))
- noctx: use exec.CommandContext for system info commands
- prealloc: preallocate grep cmdArgs slice
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments