Skip to content

chore(deps): pin dependencies #288

chore(deps): pin dependencies

chore(deps): pin dependencies #288

GitHub Actions / golangci failed Oct 10, 2023 in 1s

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

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-github-release/command.go

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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