chore(lint): replace docker-based precommit (#29)

This commit is contained in:
2025-07-14 16:48:43 +03:00
committed by GitHub
parent c91bfa0ccf
commit 1d2b68f059
3 changed files with 20 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ func setDestination() error {
}
func startWorkers(ctx context.Context, wg *sync.WaitGroup, fileCh chan string, writeCh chan fileproc.WriteRequest) {
for range concurrency {
for i := 0; i < concurrency; i++ {
wg.Add(1)
go func() {
defer wg.Done()