Skip to content

Commit 77ce814

Browse files
JAORMXclaude
andauthored
chore: enable parallel runners for golangci-lint (#349)
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>
1 parent b4fa6e3 commit 77ce814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ tasks:
2525
lint:
2626
desc: Run linter
2727
cmds:
28-
- golangci-lint run --timeout 5m0s --config .golangci.yml
28+
- golangci-lint run --allow-parallel-runners --timeout 5m0s --config .golangci.yml

0 commit comments

Comments
 (0)