Skip to content

chore(deps): update all non-major dependencies #722

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #722

GitHub Actions / golangci failed Oct 13, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

cmd/vela-slack/main.go|1| : # github.com/go-vela/vela-slack/cmd/vela-slack [github.com/go-vela/vela-slack/cmd/vela-slack.test]
cmd/vela-slack/plugin.go|271 col 46| not enough arguments in call to registry.New
cmd/vela-slack/plugin.go|290 col 33| not enough arguments in call to reg.Template

Filtered Findings (0)

Annotations

Check failure on line 1 in cmd/vela-slack/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-slack/main.go#L1

: # github.com/go-vela/vela-slack/cmd/vela-slack [github.com/go-vela/vela-slack/cmd/vela-slack.test]
Raw output
cmd/vela-slack/main.go:1: : # github.com/go-vela/vela-slack/cmd/vela-slack [github.com/go-vela/vela-slack/cmd/vela-slack.test]

Check failure on line 271 in cmd/vela-slack/plugin.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-slack/plugin.go#L271

not enough arguments in call to registry.New
Raw output
cmd/vela-slack/plugin.go:271:46: not enough arguments in call to registry.New
	have (string, string)
	want (context.Context, string, string)

Check failure on line 290 in cmd/vela-slack/plugin.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-slack/plugin.go#L290

not enough arguments in call to reg.Template
Raw output
cmd/vela-slack/plugin.go:290:33: not enough arguments in call to reg.Template
	have (nil, *registry.Source)
	want (context.Context, *types.User, *registry.Source) (typecheck)
// SPDX-License-Identifier: Apache-2.0