fix(deps): update module github.com/go-vela/types to v0.20.1 #879
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (5)
version/version.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-kaniko/build.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-kaniko/command.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-kaniko/main.go|21 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|81 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 1 in version/version.go
github-actions / golangci
[golangci] version/version.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
version/version.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
^
Check failure on line 1 in cmd/vela-kaniko/build.go
github-actions / golangci
[golangci] cmd/vela-kaniko/build.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-kaniko/build.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
^
Check failure on line 1 in cmd/vela-kaniko/command.go
github-actions / golangci
[golangci] cmd/vela-kaniko/command.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-kaniko/command.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
^
Check failure on line 21 in cmd/vela-kaniko/main.go
github-actions / golangci
[golangci] cmd/vela-kaniko/main.go#L21
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:21: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 81 in cmd/vela-kaniko/registry.go
github-actions / golangci
[golangci] cmd/vela-kaniko/registry.go#L81
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:81: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
^