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

fix(deps): update module github.com/go-vela/types to v0.19.2 #34

Merged
merged 2 commits into from
Jul 11, 2023

Update go.sum

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

fix(deps): update module github.com/go-vela/types to v0.19.2 #34

Update go.sum
3cb81c3
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Jul 11, 2023 in 2s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

action/playbook/flag.go|16 col 1| directive // nolint: funlen, gocyclo // ignore statements for flags should be written without leading space as //nolint: funlen, gocyclo // ignore statements for flags (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 16 in action/playbook/flag.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] action/playbook/flag.go#L16

directive `// nolint: funlen, gocyclo // ignore statements for flags` should be written without leading space as `//nolint: funlen, gocyclo // ignore statements for flags` (nolintlint)
Raw output
action/playbook/flag.go:16:1: directive `// nolint: funlen, gocyclo // ignore statements for flags` should be written without leading space as `//nolint: funlen, gocyclo // ignore statements for flags` (nolintlint)
// nolint: funlen, gocyclo // ignore statements for flags
^