ElementsProject / peerswap

MIT License
110 stars 40 forks source link

golangci-lint configuration #328

Closed YusukeShimizu closed 1 week ago

YusukeShimizu commented 2 weeks ago

Reduce the timeout for golangci-lint from 5 minutes to 1 minute. Set issues-exit-code to 1 to ensure lint issues cause a non-zero exit. Enable tests to be run during the linting process. Use default directories for skipping. Allow parallel runners to improve linting performance.

grubles commented 1 week ago

ACK 50f0d43