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): pin dependencies #60

Merged
merged 1 commit into from
Dec 8, 2023

chore(deps): pin dependencies

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

chore(deps): pin dependencies #60

chore(deps): pin dependencies
d560ef5
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Dec 8, 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
			^