Skip to content

Enable parallel runners for golangci-lint#64

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

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

Conversation

@JAORMX
Copy link
Collaborator

@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 104b45e into main Feb 9, 2026
5 checks passed
@rdimitrov rdimitrov deleted the chore/enable-parallel-lint-runners branch February 9, 2026 08:08
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