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

chore: remove unused lint directives #2864

Closed stevenh closed 3 weeks ago

stevenh commented 3 weeks ago

Remove unused nonamedreturns directives as this linter was replaced by nakedret.

netlify[bot] commented 3 weeks ago

Deploy Preview for testcontainers-go ready!

Name Link
Latest commit 5170f758741a88ebf14797651c005353b1240ceb
Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/67226834852e0900083435fb
Deploy Preview https://deploy-preview-2864--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.

stevenh commented 3 weeks ago

interesting that nolintlint didn't flag these

stevenh commented 3 weeks ago

Seems like a bug in the linter