yarpc / yarpc-go

A message passing platform for Go
MIT License
401 stars 101 forks source link

Improved linter performance #2261

Closed biosvs closed 2 months ago

biosvs commented 2 months ago
  1. Use latest version of the linters
  2. Run __eval_go_files only once and with grep

Those steps helped to reduce linter running time to around 1-1.5 minutes.