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