Skip to content

feat(destination): Implement webhook #467

feat(destination): Implement webhook

feat(destination): Implement webhook #467

Triggered via pull request October 1, 2024 19:44
Status Failure
Total duration 6m 5s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: cmd/destination/fakeproducer/fake_processed_event_producer.go#L203
SA4006: this value of `err` is never used (staticcheck)
build: cmd/destination/fakeproducer/fake_processed_event_producer.go#L203
ineffectual assignment to err (ineffassign)
build: cmd/destination/fakeproducer/fake_processed_event_producer.go#L203
assigned to err, but reassigned without using the value (wastedassign)
build: destination/taskdelivery/adapters/webhookdeliveryhandler/handler.go#L30
SA4006: this value of `config` is never used (staticcheck)
build: destination/taskdelivery/adapters/webhookdeliveryhandler/handler.go#L30
ineffectual assignment to config (ineffassign)
build: destination/taskdelivery/adapters/webhookdeliveryhandler/handler.go#L48
response body must be closed (bodyclose)
build: destination/taskdelivery/adapters/webhookdeliveryhandler/handler.go#L78
mnd: Magic number: 10, in <argument> detected (gomnd)
build: pkg/protobufmapper/processedevent.go#L14
Comment should end in a period (godot)
build: pkg/protobufmapper/processedevent.go#L147
Comment should end in a period (godot)
build: pkg/protobufmapper/processedevent.go#L148
unused-parameter: parameter 'e' seems to be unused, consider removing or renaming it as _ (revive)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/