WIP: Add B3 trace IDs to cf cli commands #777
golangci-lint.yml
on: pull_request
lint
1m 8s
Run go fmt
25s
Annotations
9 errors
lint:
command/commandfakes/fake_config.go#L4184
cannot use new(FakeConfig) (value of type *FakeConfig) as command.Config value in variable declaration: *FakeConfig does not implement command.Config (missing method B3SpanID) (typecheck)
|
lint:
api/cloudcontroller/wrapper/kubernetes_authentication_test.go#L18
could not import code.cloudfoundry.org/cli/command/commandfakes (-: # code.cloudfoundry.org/cli/command/commandfakes
|
lint:
command/commandfakes/fake_config.go#L4184
cannot use new(FakeConfig) (value of type *FakeConfig) as command.Config value in variable declaration: *FakeConfig does not implement command.Config (missing method B3SpanID)) (typecheck)
|
lint:
api/shared/wrap_for_cf_on_k8s_test.go#L17
could not import code.cloudfoundry.org/cli/command/commandfakes (-: # code.cloudfoundry.org/cli/command/commandfakes
|
lint:
command/commandfakes/fake_config.go#L4184
cannot use new(FakeConfig) (value of type *FakeConfig) as command.Config value in variable declaration: *FakeConfig does not implement command.Config (missing method B3SpanID)) (typecheck)
|
lint:
command/api_version_warning_test.go#L9
could not import code.cloudfoundry.org/cli/command/commandfakes (-: # code.cloudfoundry.org/cli/command/commandfakes
|
lint:
command/commandfakes/fake_config.go#L4184
cannot use new(FakeConfig) (value of type *FakeConfig) as command.Config value in variable declaration: *FakeConfig does not implement command.Config (missing method B3SpanID)) (typecheck)
|
lint
cannot use new(FakeConfig) (value of type *FakeConfig) as command.Config value in variable declaration: *FakeConfig does not implement command.Config (missing method B3SpanID))\" were hidden, use --max-same-issues"
|
lint
issues found
|