Skip to content

chore(deps): pin dependencies #976

chore(deps): pin dependencies

chore(deps): pin dependencies #976

GitHub Actions / golangci failed Dec 1, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

cmd/vela-kaniko/main.go|19 col 1| directive // nolint: funlen // ignore function length due to comments and flags should be written without leading space as //nolint: funlen // ignore function length due to comments and flags (nolintlint)
cmd/vela-kaniko/registry.go|79 col 2| directive // nolint: gomnd // ignore magic number should be written without leading space as //nolint: gomnd // ignore magic number (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 19 in cmd/vela-kaniko/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/main.go#L19

directive `// nolint: funlen // ignore function length due to comments and flags` should be written without leading space as `//nolint: funlen // ignore function length due to comments and flags` (nolintlint)
Raw output
cmd/vela-kaniko/main.go:19:1: directive `// nolint: funlen // ignore function length due to comments and flags` should be written without leading space as `//nolint: funlen // ignore function length due to comments and flags` (nolintlint)
// nolint: funlen // ignore function length due to comments and flags
^

Check failure on line 79 in cmd/vela-kaniko/registry.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/registry.go#L79

directive `// nolint: gomnd // ignore magic number` should be written without leading space as `//nolint: gomnd // ignore magic number` (nolintlint)
Raw output
cmd/vela-kaniko/registry.go:79:2: directive `// nolint: gomnd // ignore magic number` should be written without leading space as `//nolint: gomnd // ignore magic number` (nolintlint)
	// nolint: gomnd // ignore magic number
	^