Skip to content

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>
@github-actions github-actions bot added the size/XS Extra small PR: < 100 lines changed label Feb 9, 2026
@codecov
Copy link

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.89%. Comparing base (db08b51) to head (3b8c2ae).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3701      +/-   ##
==========================================
- Coverage   65.89%   65.89%   -0.01%     
==========================================
  Files         417      417              
  Lines       41213    41213              
==========================================
- Hits        27157    27156       -1     
  Misses      11959    11959              
- Partials     2097     2098       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rdimitrov rdimitrov merged commit c815f8e into main Feb 9, 2026
33 checks passed
@rdimitrov rdimitrov deleted the chore/enable-parallel-lint-runners branch February 9, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants