Start batching combiner requests #738
pull-request.yml
on: pull_request
Validate Go code
27s
Annotations
5 errors and 3 warnings
Validate Go code:
clients/graphql/models.go#L150
`defaultInputAlias` is unused (deadcode)
|
Validate Go code:
clients/graphql/models.go#L178
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
Validate Go code:
feeds/combiner.go#L192
SA4009: argument logger is overwritten before first use (staticcheck)
|
Validate Go code:
feeds/combiner.go#L202
SA4009(related information): assignment to logger (staticcheck)
|
Validate Go code
issues found
|
Validate Go code
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Validate Go code
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Validate Go code
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|