testcontainers / testcontainers-go

Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
https://golang.testcontainers.org
MIT License
3.67k stars 504 forks source link

golangci-lint: enable perfsprint linter #2872

Closed mmorel-35 closed 2 weeks ago

mmorel-35 commented 2 weeks ago

What does this PR do?

perfsprint checks that fmt.Sprintf can be replaced with a faster alternative.

netlify[bot] commented 2 weeks ago

Deploy Preview for testcontainers-go ready!

Name Link
Latest commit e4ad82f7f9feebba7d6aba02262035c83049dc42
Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/672641b1255d300008f993f4
Deploy Preview https://deploy-preview-2872--testcontainers-go.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mdelapenya commented 2 weeks ago

Good one, thank you @mmorel-35 !! Really good job as always!