chore(deps): update all non-major dependencies #3584
Annotations
14 errors
[golangci] internal/output/yaml_test.go#L72:
internal/output/yaml_test.go#L72
unused-parameter: parameter 'unmarshal' seems to be unused, consider removing or renaming it as _ (revive)
|
[golangci] command/secret/add.go#L3:
command/secret/add.go#L3
3-217 lines are duplicate of `command/secret/update.go:3-217` (dupl)
|
[golangci] command/secret/update.go#L3:
command/secret/update.go#L3
3-217 lines are duplicate of `command/secret/add.go:3-217` (dupl)
|
[golangci] action/config/remove.go#L16:
action/config/remove.go#L16
Function 'Remove' is too long (165 > 160) (funlen)
|
[golangci] action/hook/table.go#L20:
action/hook/table.go#L20
SA1019: library.Hook is deprecated: use Hook from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] action/hook/table.go#L69:
action/hook/table.go#L69
SA1019: library.Hook is deprecated: use Hook from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] action/hook/table.go#L118:
action/hook/table.go#L118
SA1019: library.Hook is deprecated: use Hook from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] action/config/load.go#L203:
action/config/load.go#L203
assignments should only be cuddled with other assignments (wsl)
|
[golangci] action/config/load.go#L204:
action/config/load.go#L204
only one cuddle assignment allowed before if statement (wsl)
|
[golangci] action/pipeline/validate_test.go#L482:
action/pipeline/validate_test.go#L482
assignments should only be cuddled with other assignments (wsl)
|
[golangci] action/pipeline/validate_test.go#L483:
action/pipeline/validate_test.go#L483
only one cuddle assignment allowed before if statement (wsl)
|
[golangci] action/pipeline/validate_test.go#L487:
action/pipeline/validate_test.go#L487
if statements should only be cuddled with assignments (wsl)
|
[golangci] action/secret/table.go#L51:
action/secret/table.go#L51
directive `//nolint:gosec // ignore memory aliasing` is unused for linter "gosec" (nolintlint)
|
[golangci] action/secret/table.go#L106:
action/secret/table.go#L106
directive `//nolint:gosec // ignore memory aliasing` is unused for linter "gosec" (nolintlint)
|