Consolidate migration folder in OSS (NEW) #5153
linters.yml
on: pull_request
lint-actions
21s
lint-protos
55s
lint-api
42s
fmt-imports
28s
golangci
4m 18s
All Linters Succeed
0s
Annotations
6 errors and 6 warnings
golangci:
service/worker/migration/activities.go#L517
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (revive)
|
golangci:
service/worker/migration/activities_test.go#L36
import "go.temporal.io/api/workflow/v1" imported without alias but must be with alias "workflowpb" according to config (importas)
|
golangci:
service/worker/migration/activities_test.go#L44
import "go.temporal.io/server/api/persistence/v1" imported as "persistencepb" but must be "persistencespb" according to config (importas)
|
golangci:
service/worker/migration/force_replication_workflow_test.go#L42
import "go.temporal.io/api/namespace/v1" imported without alias but must be with alias "namespacepb" 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-api
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
|
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
|