Skip to content

chore(deps): pin dependencies #282

chore(deps): pin dependencies

chore(deps): pin dependencies #282

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

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

action/playbook/flag.go|14 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 14 in action/playbook/flag.go

See this annotation in the file changed.

@github-actions github-actions / golangci

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

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:14: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
^