Skip to content

fix(lint): scope golangci-lint cache per worktree - #234

Merged
sebastian-pf9 merged 1 commit into
mainfrom
claude/golangci-lint-cache-issue-8885d5
Aug 21, 2026
Merged

fix(lint): scope golangci-lint cache per worktree#234
sebastian-pf9 merged 1 commit into
mainfrom
claude/golangci-lint-cache-issue-8885d5

Conversation

@sebastian-pf9

Copy link
Copy Markdown
Collaborator

safe a handful of tokens 🎉

The default cache location is shared machine-wide, so concurrent
`make lint` runs across different git worktrees cross-contaminate
each other and report findings against the wrong worktree's files.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@sebastian-pf9
sebastian-pf9 merged commit 5a783bf into main Aug 21, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants