Skip to content

chore(deps): pin dependencies #404

chore(deps): pin dependencies

chore(deps): pin dependencies #404

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

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

cmd/vela-hugo/plugin_test.go|43 col 4| directive // nolint: gosec // ignore for testing should be written without leading space as //nolint: gosec // ignore for testing (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 43 in cmd/vela-hugo/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-hugo/plugin_test.go#L43

directive `// nolint: gosec // ignore for testing` should be written without leading space as `//nolint: gosec // ignore for testing` (nolintlint)
Raw output
cmd/vela-hugo/plugin_test.go:43:4: directive `// nolint: gosec // ignore for testing` should be written without leading space as `//nolint: gosec // ignore for testing` (nolintlint)
			// nolint: gosec // ignore for testing
			^