Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Jul 6, 2023
1 parent 494eac8 commit faa27fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/async/webhook/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func GetWebhook(config runtimeInterfaces.WebHookConfig, scope promutils.Scope) w
default:
panic(fmt.Errorf("no matching webhook implementation for %s", config.Name))

Check warning on line 29 in pkg/async/webhook/factory.go

View check run for this annotation

Codecov / codecov/patch

pkg/async/webhook/factory.go#L28-L29

Added lines #L28 - L29 were not covered by tests
}
return nil
}

func NewWebhookProcessors(db repoInterfaces.Repository, config runtimeInterfaces.WebhookNotificationsConfig, scope promutils.Scope) []interfaces.Processor {
Expand Down

0 comments on commit faa27fa

Please sign in to comment.