Skip to content

chore(deps): update actions/checkout action to v4

Sign in for the full log view
GitHub Actions / golangci failed Dec 8, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

cmd/vela-terraform/apply.go|156 col 2| directive // nolint: gosec // ignore G204 should be written without leading space as //nolint: gosec // ignore G204 (nolintlint)
cmd/vela-terraform/destroy.go|148 col 2| directive // nolint: gosec // ignore G204 should be written without leading space as //nolint: gosec // ignore G204 (nolintlint)
cmd/vela-terraform/fmt.go|79 col 2| directive // nolint: gosec // ignore G204 should be written without leading space as //nolint: gosec // ignore G204 (nolintlint)
cmd/vela-terraform/main.go|21 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)

Filtered Findings (0)

Annotations

Check failure on line 156 in cmd/vela-terraform/apply.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-terraform/apply.go#L156

directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
Raw output
cmd/vela-terraform/apply.go:156:2: directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
	// nolint: gosec // ignore G204
	^

Check failure on line 148 in cmd/vela-terraform/destroy.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-terraform/destroy.go#L148

directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
Raw output
cmd/vela-terraform/destroy.go:148:2: directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
	// nolint: gosec // ignore G204
	^

Check failure on line 79 in cmd/vela-terraform/fmt.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-terraform/fmt.go#L79

directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
Raw output
cmd/vela-terraform/fmt.go:79:2: directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
	// nolint: gosec // ignore G204
	^

Check failure on line 21 in cmd/vela-terraform/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-terraform/main.go#L21

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-terraform/main.go:21: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
^