chore(deps): pin dependencies #1006
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (7)
version/version.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-terraform/apply.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-terraform/command.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-terraform/apply.go|158 col 2| directive // nolint: gosec // ignore G204
should be written without leading space as //nolint: gosec // ignore G204
(nolintlint)
cmd/vela-terraform/destroy.go|150 col 2| directive // nolint: gosec // ignore G204
should be written without leading space as //nolint: gosec // ignore G204
(nolintlint)
cmd/vela-terraform/fmt.go|81 col 2| directive // nolint: gosec // ignore G204
should be written without leading space as //nolint: gosec // ignore G204
(nolintlint)
cmd/vela-terraform/main.go|23 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)
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-terraform/apply.go
github-actions / golangci
[golangci] cmd/vela-terraform/apply.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-terraform/apply.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-terraform/command.go
github-actions / golangci
[golangci] cmd/vela-terraform/command.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-terraform/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 158 in cmd/vela-terraform/apply.go
github-actions / golangci
[golangci] cmd/vela-terraform/apply.go#L158
directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
Raw output
cmd/vela-terraform/apply.go:158:2: directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
// nolint: gosec // ignore G204
^
Check failure on line 150 in cmd/vela-terraform/destroy.go
github-actions / golangci
[golangci] cmd/vela-terraform/destroy.go#L150
directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
Raw output
cmd/vela-terraform/destroy.go:150:2: directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
// nolint: gosec // ignore G204
^
Check failure on line 81 in cmd/vela-terraform/fmt.go
github-actions / golangci
[golangci] cmd/vela-terraform/fmt.go#L81
directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
Raw output
cmd/vela-terraform/fmt.go:81:2: directive `// nolint: gosec // ignore G204` should be written without leading space as `//nolint: gosec // ignore G204` (nolintlint)
// nolint: gosec // ignore G204
^
Check failure on line 23 in cmd/vela-terraform/main.go
github-actions / golangci
[golangci] cmd/vela-terraform/main.go#L23
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-terraform/main.go:23: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
^