[Will NOT Merge] Chasm interface draft #4728
Annotations
6 errors and 1 warning
lint code:
service/history/chasm/engine.go#L240
unchecked-type-assertion: type cast result is unchecked in ctx.Value(engineCtxKey).(engine) - type assertion will panic if not matched (revive)
|
lint code:
service/history/chasm/component.go#L70
unchecked-type-assertion: type cast result is unchecked in ctx.Value(engineCtxKey).(OperationIntent) - type assertion will panic if not matched (revive)
|
lint code:
service/history/chasm/components/activity/activity.go#L6
import "go.temporal.io/api/common/v1" imported without alias but must be with alias "commonpb" according to config (importas)
|
lint code:
service/history/chasm/components/activity/activity.go#L8
import "go.temporal.io/server/api/persistence/v1" imported as "persistencepb" but must be "persistencespb" according to config (importas)
|
lint code:
service/history/chasm/components/activity/event_notifier.go#L6
import "go.temporal.io/api/common/v1" imported without alias but must be with alias "commonpb" according to config (importas)
|
lint code
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading