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(license): update source code headers + copyright year #41

Merged
merged 1 commit into from
Oct 11, 2023

chore(license): update source code headers + copyright year

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

chore(license): update source code headers + copyright year #41

chore(license): update source code headers + copyright year
d14d951
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Sep 22, 2023 in 1s

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
^