Skip to content

Enable parallel runners for golangci-lint#28

Merged
JAORMX merged 1 commit into
mainfrom
chore/enable-parallel-lint-runners
Feb 9, 2026
Merged

Enable parallel runners for golangci-lint#28
JAORMX merged 1 commit into
mainfrom
chore/enable-parallel-lint-runners

Conversation

@JAORMX

@JAORMX JAORMX commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add --allow-parallel-runners flag to all golangci-lint run invocations in the Taskfile
  • This allows multiple golangci-lint instances to run simultaneously by preventing the default file lock acquisition at startup

Test plan

  • Run task lint and verify it works as before
  • Run task lint-fix and verify it works as before

🤖 Generated with Claude Code

This allows multiple golangci-lint instances to run simultaneously
by preventing the default file lock acquisition at startup.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@JAORMX JAORMX merged commit 64dc610 into main Feb 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants