Skip to content

fix(deps): update module github.com/go-vela/types to v0.20.0 #223

fix(deps): update module github.com/go-vela/types to v0.20.0

fix(deps): update module github.com/go-vela/types to v0.20.0 #223

GitHub Actions / golangci failed Jul 17, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (5)

version/version.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-influx/config.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-influx/main.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-influx/plugin_test.go|11 col 29| unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
cmd/vela-influx/write_test.go|11 col 28| unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)

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-influx/config.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-influx/config.go#L1

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

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-influx/main.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-influx/main.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 11 in cmd/vela-influx/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-influx/plugin_test.go#L11

unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
Raw output
cmd/vela-influx/plugin_test.go:11:29: unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
func TestInflux_Plugin_Exec(t *testing.T) {
                            ^

Check failure on line 11 in cmd/vela-influx/write_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-influx/write_test.go#L11

unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
Raw output
cmd/vela-influx/write_test.go:11:28: unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
func TestInflux_Write_Exec(t *testing.T) {
                           ^