fix(deps): update module github.com/go-vela/types to v0.23.2 [security] #41
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
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
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
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
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
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
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
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
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)
^