Skip to content

chore(deps): update actions/checkout action to v4 #329

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #329

GitHub Actions / golangci failed Sep 4, 2023 in 1s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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
			^