Skip to content

Add all mocks to mockery config file and regenerate #2922

Add all mocks to mockery config file and regenerate

Add all mocks to mockery config file and regenerate #2922

Triggered via pull request June 24, 2024 02:22
Status Failure
Total duration 3m 34s
Artifacts

ci-lint-checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint: plugin/pkg/distributedlock/cassandra/lock_test.go#L169
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (revive)
lint: plugin/storage/cassandra/spanstore/operation_names_test.go#L182
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (revive)
lint
Process completed with exit code 2.