all: implement mocktracer in terms of the new API #4338
pull-request.yml
on: pull_request
PR Unit and Integration Tests
/
copyright
9s
PR Unit and Integration Tests
/
lint
50s
PR Unit and Integration Tests
/
test-contrib
3m 23s
PR Unit and Integration Tests
/
test-core
2m 23s
Annotations
10 errors
PR Unit and Integration Tests / lint:
ddtrace/mocktracer/mockspan.go#L52
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
PR Unit and Integration Tests / lint:
ddtrace/mocktracer/mocktracer.go#L170
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
PR Unit and Integration Tests / lint:
ddtrace/tracer/tracer.go#L35
exported: type name will be used as tracer.TracerConf by other packages, and that stutters; consider calling this Conf (revive)
|
PR Unit and Integration Tests / lint:
ddtrace/mocktracer/mocktracer.go#L170
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
PR Unit and Integration Tests / lint
reviewdog exited with status code: 1
|
PR Unit and Integration Tests / test-contrib
undefined: ddtrace.Span
|
PR Unit and Integration Tests / test-contrib
undefined: ddtrace.Span
|
PR Unit and Integration Tests / test-contrib
undefined: ddtrace.Span
|
PR Unit and Integration Tests / test-contrib
undefined: ddtrace.Span
|
PR Unit and Integration Tests / test-contrib
Process completed with exit code 1.
|