fix(deps): update all non-major dependencies #6364
reviewdog.yml
on: pull_request
diff-review
1m 4s
full-review
1m 5s
Annotations
20 errors
diff-review:
compiler/native/compile.go#L332
Function `modifyConfig` should pass the context parameter (contextcheck)
|
diff-review:
compiler/native/compile.go#L427
Function `modifyConfig` should pass the context parameter (contextcheck)
|
diff-review:
database/resource.go#L29
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
diff-review:
database/resource.go#L34
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
diff-review:
database/resource.go#L45
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
diff-review:
database/resource.go#L56
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
diff-review:
database/executable/clean_test.go#L130
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
diff-review:
database/executable/clean_test.go#L131
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
diff-review:
compiler/types/pipeline/ruleset.go#L134
cyclomatic complexity 31 of func `(*Rules).Match` is high (> 30) (gocyclo)
|
diff-review:
mock/server/authentication.go#L84
string `error` has 4 occurrences, make it a constant (goconst)
|
full-review:
compiler/types/pipeline/ruleset.go#L134
cyclomatic complexity 31 of func `(*Rules).Match` is high (> 30) (gocyclo)
|
full-review:
compiler/template/starlark/render.go#L44
SA1019: starlark.ExecFile is deprecated: use [ExecFileOptions] with [syntax.FileOptions] instead, because this function relies on legacy global variables. (staticcheck)
|
full-review:
compiler/template/starlark/render.go#L152
SA1019: starlark.ExecFile is deprecated: use [ExecFileOptions] with [syntax.FileOptions] instead, because this function relies on legacy global variables. (staticcheck)
|
full-review:
compiler/template/starlark/starlark.go#L131
only one cuddle assignment allowed before if statement (wsl)
|
full-review:
database/resource.go#L29
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
full-review:
database/resource.go#L34
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
full-review:
database/resource.go#L45
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
full-review:
database/resource.go#L56
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
full-review:
compiler/native/compile.go#L332
Function `modifyConfig` should pass the context parameter (contextcheck)
|
full-review:
compiler/native/compile.go#L427
Function `modifyConfig` should pass the context parameter (contextcheck)
|