Skip to content

chore(deps): update codecov/codecov-action action to v4 #908

chore(deps): update codecov/codecov-action action to v4

chore(deps): update codecov/codecov-action action to v4 #908

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Sep 14, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

cmd/vela-kubernetes/apply_test.go|31 col 2| directive // nolint: gosec // testing purposes should be written without leading space as //nolint: gosec // testing purposes (nolintlint)
cmd/vela-kubernetes/apply_test.go|69 col 2| directive // nolint: gosec // testing purposes should be written without leading space as //nolint: gosec // testing purposes (nolintlint)
cmd/vela-kubernetes/apply_test.go|107 col 2| directive // nolint: gosec // testing purposes should be written without leading space as //nolint: gosec // testing purposes (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 31 in cmd/vela-kubernetes/apply_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kubernetes/apply_test.go#L31

directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
Raw output
cmd/vela-kubernetes/apply_test.go:31:2: directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
	// nolint: gosec // testing purposes
	^

Check failure on line 69 in cmd/vela-kubernetes/apply_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kubernetes/apply_test.go#L69

directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
Raw output
cmd/vela-kubernetes/apply_test.go:69:2: directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
	// nolint: gosec // testing purposes
	^

Check failure on line 107 in cmd/vela-kubernetes/apply_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kubernetes/apply_test.go#L107

directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
Raw output
cmd/vela-kubernetes/apply_test.go:107:2: directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
	// nolint: gosec // testing purposes
	^