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

feat: build executable sdk implementation #250

Merged
merged 4 commits into from
Aug 24, 2023

feat: build executable sdk implementation fix comment

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

feat: build executable sdk implementation #250

feat: build executable sdk implementation fix comment
933834d
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Aug 23, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (5)

vela/context.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
vela/deployment.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
vela/doc.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
vela/schedule_test.go|151 col 31| G601: Implicit memory aliasing in for loop. (gosec)
vela/client.go|61 col 3| client is unused (structcheck)

Filtered Findings (0)

Annotations

Check failure on line 1 in vela/context.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/context.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
vela/context.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 vela/deployment.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/deployment.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
vela/deployment.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 vela/doc.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/doc.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
vela/doc.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 151 in vela/schedule_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/schedule_test.go#L151

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

Check failure on line 61 in vela/client.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/client.go#L61

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