chasm.PollComponent and PollActivityExecution #11951
Annotations
10 errors
|
lint code
len: use require.Len (testifylint)
|
|
lint code
use of `time.Sleep` forbidden because "Please use require.Eventually or assert.Eventually instead unless you've no other option" (forbidigo)
|
|
lint code
QF1008: could remove embedded field "EntityKey" from selector (staticcheck)
|
|
lint code
defer: prefer not to defer chains of function calls (revive)
|
|
lint code
use of `panic` forbidden because "Please avoid using panic in application code" (forbidigo)
|
|
lint code
unreachable: unreachable code (govet)
|
|
lint code
use of `panic` forbidden because "Please avoid using panic in application code" (forbidigo)
|
|
lint code
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
|
lint code
cognitive-complexity: function (*Activity).buildPollActivityExecutionResponse has cognitive complexity 27 (> max enabled 25) (revive)
|
|
lint code
import "go.temporal.io/api/activity/v1" imported without alias but must be with alias "activitypb" according to config (importas)
|
Loading