Skip to content

Enable parallel runners for golangci-lint#16

Merged
rdimitrov merged 1 commit intomainfrom
chore/enable-parallel-lint-runners
Feb 9, 2026
Merged

Enable parallel runners for golangci-lint#16
rdimitrov merged 1 commit intomainfrom
chore/enable-parallel-lint-runners

Conversation

@JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Feb 9, 2026

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>
@rdimitrov rdimitrov merged commit 3f1afec into main Feb 9, 2026
4 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