chore(deps): pin dependencies #288
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (8)
version/version.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-github-release/command.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-github-release/config.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-github-release/delete.go|5 col 1| directive // nolint: dupl // ignore code similarity to keep consistent structure
should be written without leading space as //nolint: dupl // ignore code similarity to keep consistent structure
(nolintlint)
cmd/vela-github-release/view.go|5 col 1| directive // nolint: dupl // ignore code similarity to keep consistent structure
should be written without leading space as //nolint: dupl // ignore code similarity to keep consistent structure
(nolintlint)
cmd/vela-github-release/config_test.go|26 col 2| directive // nolint:gosec // ignore for testing purposes
should be written without leading space as //nolint:gosec // ignore for testing purposes
(nolintlint)
cmd/vela-github-release/create_test.go|28 col 2| directive // nolint:gosec // ignore for testing purposes
should be written without leading space as //nolint:gosec // ignore for testing purposes
(nolintlint)
cmd/vela-github-release/delete_test.go|22 col 2| directive // nolint:gosec // ignore for testing purposes
should be written without leading space as //nolint:gosec // ignore for testing purposes
(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-github-release/command.go
github-actions / golangci
[golangci] cmd/vela-github-release/command.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-github-release/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 1 in cmd/vela-github-release/config.go
github-actions / golangci
[golangci] cmd/vela-github-release/config.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-github-release/config.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 5 in cmd/vela-github-release/delete.go
github-actions / golangci
[golangci] cmd/vela-github-release/delete.go#L5
directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
Raw output
cmd/vela-github-release/delete.go:5:1: directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
// nolint: dupl // ignore code similarity to keep consistent structure
^
Check failure on line 5 in cmd/vela-github-release/view.go
github-actions / golangci
[golangci] cmd/vela-github-release/view.go#L5
directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
Raw output
cmd/vela-github-release/view.go:5:1: directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
// nolint: dupl // ignore code similarity to keep consistent structure
^
Check failure on line 26 in cmd/vela-github-release/config_test.go
github-actions / golangci
[golangci] cmd/vela-github-release/config_test.go#L26
directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
Raw output
cmd/vela-github-release/config_test.go:26:2: directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
// nolint:gosec // ignore for testing purposes
^
Check failure on line 28 in cmd/vela-github-release/create_test.go
github-actions / golangci
[golangci] cmd/vela-github-release/create_test.go#L28
directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
Raw output
cmd/vela-github-release/create_test.go:28:2: directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
// nolint:gosec // ignore for testing purposes
^
Check failure on line 22 in cmd/vela-github-release/delete_test.go
github-actions / golangci
[golangci] cmd/vela-github-release/delete_test.go#L22
directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
Raw output
cmd/vela-github-release/delete_test.go:22:2: directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
// nolint:gosec // ignore for testing purposes
^