Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update main to be default #267

Merged
merged 1 commit into from
Oct 5, 2023

test: update main to be default

c142bb4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

test: update main to be default #267

test: update main to be default
c142bb4
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Oct 4, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

vela/queue.go|1 col 4| Actual: Copyright (c) 2022 Target Brands, Inc. All rights reserved.
vela/queue_test.go|1 col 4| Actual: Copyright (c) 2022 Target Brands, Inc. All rights reserved.
vela/schedule_test.go|149 col 31| G601: Implicit memory aliasing in for loop. (gosec)
vela/client.go|60 col 3| client is unused (structcheck)

Filtered Findings (0)

Annotations

Check failure on line 1 in vela/queue.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/queue.go#L1

Actual: Copyright (c) 2022 Target Brands, Inc. All rights reserved.
Raw output
vela/queue.go:1:4: Actual: Copyright (c) 2022 Target Brands, Inc. All rights reserved.
Expected:SPDX-License-Identifier: Apache-2.0 (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
   ^

Check failure on line 1 in vela/queue_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/queue_test.go#L1

Actual: Copyright (c) 2022 Target Brands, Inc. All rights reserved.
Raw output
vela/queue_test.go:1:4: Actual: Copyright (c) 2022 Target Brands, Inc. All rights reserved.
Expected:SPDX-License-Identifier: Apache-2.0 (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
   ^

Check failure on line 149 in vela/schedule_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/schedule_test.go#L149

G601: Implicit memory aliasing in for loop. (gosec)
Raw output
vela/schedule_test.go:149:31: G601: Implicit memory aliasing in for loop. (gosec)
			if !reflect.DeepEqual(got, &test.want) {
			                           ^

Check failure on line 60 in vela/client.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/client.go#L60

`client` is unused (structcheck)
Raw output
vela/client.go:60:3: `client` is unused (structcheck)
		client *Client
		^