Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 8, 2023

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

bf9ba31
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

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

chore(deps): update actions/checkout action to v4
bf9ba31
Select commit
Loading
Failed to load commit list.
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
^