chore(deps): pin dependencies #327
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (4)
version/version.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-hugo/build.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-hugo/command.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-hugo/plugin_test.go|45 col 4| directive // nolint: gosec // ignore for testing
should be written without leading space as //nolint: gosec // ignore for testing
(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-hugo/build.go
github-actions / golangci
[golangci] cmd/vela-hugo/build.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-hugo/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-hugo/command.go
github-actions / golangci
[golangci] cmd/vela-hugo/command.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-hugo/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 45 in cmd/vela-hugo/plugin_test.go
github-actions / golangci
[golangci] cmd/vela-hugo/plugin_test.go#L45
directive `// nolint: gosec // ignore for testing` should be written without leading space as `//nolint: gosec // ignore for testing` (nolintlint)
Raw output
cmd/vela-hugo/plugin_test.go:45:4: directive `// nolint: gosec // ignore for testing` should be written without leading space as `//nolint: gosec // ignore for testing` (nolintlint)
// nolint: gosec // ignore for testing
^