[Will NOT Merge] Chasm interface draft #4728
linters.yml
on: pull_request
lint-actions
34s
lint-protos
57s
lint-api
56s
fmt-imports
36s
golangci
4m 23s
All Linters Succeed
0s
Annotations
7 errors and 6 warnings
golangci:
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)
|
golangci:
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)
|
golangci:
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)
|
golangci:
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)
|
golangci:
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)
|
golangci
Process completed with exit code 2.
|
All Linters Succeed
Process completed with exit code 1.
|
lint-actions
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
fmt-imports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-protos
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-api
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
All Linters Succeed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|