citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
83 stars 27 forks source link

Fix `Non-inherited new context` golang-ci linter reported issues #419

Open christophd opened 2 years ago

christophd commented 2 years ago

containedctx is a linter that detects struct contained context.Context field. This is discouraged technique in favor of passing context as first argument of method or function.

For rationale please read Contexts and structs the Go blog post.

christophd commented 2 years ago

the linter has been disabled temporarily