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 #179

Merged
merged 1 commit into from
Oct 11, 2023

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

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

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

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

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

cmd/vela-kaniko/main.go|19 col 1| directive // nolint: funlen // ignore function length due to comments and flags should be written without leading space as //nolint: funlen // ignore function length due to comments and flags (nolintlint)
cmd/vela-kaniko/registry.go|79 col 2| directive // nolint: gomnd // ignore magic number should be written without leading space as //nolint: gomnd // ignore magic number (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 19 in cmd/vela-kaniko/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/main.go#L19

directive `// nolint: funlen // ignore function length due to comments and flags` should be written without leading space as `//nolint: funlen // ignore function length due to comments and flags` (nolintlint)
Raw output
cmd/vela-kaniko/main.go:19:1: directive `// nolint: funlen // ignore function length due to comments and flags` should be written without leading space as `//nolint: funlen // ignore function length due to comments and flags` (nolintlint)
// nolint: funlen // ignore function length due to comments and flags
^

Check failure on line 79 in cmd/vela-kaniko/registry.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/registry.go#L79

directive `// nolint: gomnd // ignore magic number` should be written without leading space as `//nolint: gomnd // ignore magic number` (nolintlint)
Raw output
cmd/vela-kaniko/registry.go:79:2: directive `// nolint: gomnd // ignore magic number` should be written without leading space as `//nolint: gomnd // ignore magic number` (nolintlint)
	// nolint: gomnd // ignore magic number
	^