fix golang ci nolint #996
Annotations
1 error
[golangci] cmd/vela-kaniko/main.go#L19:
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)
|