chore(deps): update all non-major dependencies #6394
Annotations
10 errors
golangci-lint:
scm/github/webhook.go#L86
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
scm/github/webhook.go#L134
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
scm/github/authentication.go#L36
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
scm/github/authentication.go#L81
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
golangci-lint:
scm/github/authentication.go#L158
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
golangci-lint:
api/types/build.go#L60
string `...` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
compiler/registry/github/template.go#L39
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
golangci-lint:
compiler/types/yaml/stage.go#L91
return statements should not be cuddled if block has more than two lines (wsl)
|
golangci-lint:
compiler/types/yaml/stage.go#L97
return statements should not be cuddled if block has more than two lines (wsl)
|
golangci-lint:
compiler/types/pipeline/ruleset.go#L134
cyclomatic complexity 31 of func `(*Rules).Match` is high (> 30) (gocyclo)
|
Loading