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

fix(deps): update module github.com/go-vela/types to v0.23.2 [security] #41

Merged

fix(deps): update module github.com/go-vela/types to v0.23.2 [security]

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

fix(deps): update module github.com/go-vela/types to v0.23.2 [security] #41

fix(deps): update module github.com/go-vela/types to v0.23.2 [security]
8312d18
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Mar 15, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (8)

plugin/plugin_test.go|171 col 3| assignments should only be cuddled with other assignments (wsl)
plugin/plugin_test.go|267 col 3| only cuddled expressions if assigning variable or using from line above (wsl)
plugin/plugin_test.go|299 col 3| only one cuddle assignment allowed before defer statement (wsl)
plugin/plugin_test.go|309 col 3| only one cuddle assignment allowed before go statement (wsl)
plugin/plugin_test.go|154 col 3| assignments should only be cuddled with other assignments (wsl)
plugin/plugin_test.go|162 col 3| assignments should only be cuddled with other assignments (wsl)
plugin/plugin_test.go|224 col 3| only cuddled expressions if assigning variable or using from line above (wsl)
plugin/plugin_test.go|276 col 3| only cuddled expressions if assigning variable or using from line above (wsl)

Filtered Findings (0)

Annotations

Check failure on line 171 in plugin/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] plugin/plugin_test.go#L171

assignments should only be cuddled with other assignments (wsl)
Raw output
plugin/plugin_test.go:171:3: assignments should only be cuddled with other assignments (wsl)
		cfg, err := ConfigFromEnv()
		^

Check failure on line 267 in plugin/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] plugin/plugin_test.go#L267

only cuddled expressions if assigning variable or using from line above (wsl)
Raw output
plugin/plugin_test.go:267:3: only cuddled expressions if assigning variable or using from line above (wsl)
		setFilePathEnvs(t)
		^

Check failure on line 299 in plugin/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] plugin/plugin_test.go#L299

only one cuddle assignment allowed before defer statement (wsl)
Raw output
plugin/plugin_test.go:299:3: only one cuddle assignment allowed before defer statement (wsl)
		defer func() {
		^

Check failure on line 309 in plugin/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] plugin/plugin_test.go#L309

only one cuddle assignment allowed before go statement (wsl)
Raw output
plugin/plugin_test.go:309:3: only one cuddle assignment allowed before go statement (wsl)
		go readLinesFromPipe(reader, &wg)
		^

Check failure on line 154 in plugin/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] plugin/plugin_test.go#L154

assignments should only be cuddled with other assignments (wsl)
Raw output
plugin/plugin_test.go:154:3: assignments should only be cuddled with other assignments (wsl)
		cfg, err := ConfigFromEnv()
		^

Check failure on line 162 in plugin/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] plugin/plugin_test.go#L162

assignments should only be cuddled with other assignments (wsl)
Raw output
plugin/plugin_test.go:162:3: assignments should only be cuddled with other assignments (wsl)
		cfg, err := ConfigFromEnv()
		^

Check failure on line 224 in plugin/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] plugin/plugin_test.go#L224

only cuddled expressions if assigning variable or using from line above (wsl)
Raw output
plugin/plugin_test.go:224:3: only cuddled expressions if assigning variable or using from line above (wsl)
		setFilePathEnvs(t)
		^

Check failure on line 276 in plugin/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] plugin/plugin_test.go#L276

only cuddled expressions if assigning variable or using from line above (wsl)
Raw output
plugin/plugin_test.go:276:3: only cuddled expressions if assigning variable or using from line above (wsl)
		setFilePathEnvs(t)
		^