Skip to content

Salesforce Destination Using Pubsub #285

Salesforce Destination Using Pubsub

Salesforce Destination Using Pubsub #285

Triggered via pull request October 22, 2024 19:28
Status Failure
Total duration 44s
Artifacts

lint.yml

on: pull_request
golangci-lint
35s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

9 errors
golangci-lint: config/config.go#L32
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: pubsub/client.go#L300
commentFormatting: put a space between `//` and comment text (gocritic)
golangci-lint: pubsub/utils.go#L60
Comment should end in a period (godot)
golangci-lint: destination/config.go#L42
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: pubsub/client.go#L51
exported: type name will be used as pubsub.PubSubClient by other packages, and that stutters; consider calling this Client (revive)
golangci-lint: destination/config.go#L30
var `topicRegex` is unused (unused)
golangci-lint: destination/config.go#L31
var `maxTopicLength` is unused (unused)
golangci-lint: pubsub/client.go#L765
unnecessary leading newline (whitespace)
golangci-lint
issues found