Skip to content

support raven l7

support raven l7 #190

Triggered via pull request October 8, 2023 07:15
Status Failure
Total duration 2m 19s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
lint
issues found
Shellcheck
The `set-output` 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/
Shellcheck
The `set-output` 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/
Shellcheck
The `set-output` 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/
Shellcheck
The `set-output` 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/
Shellcheck
The `set-output` 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/
go-mod
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: pkg/proxyengine/proxyserver/manageheader.go#L56
unexported-return: exported func NewHeaderManager returns unexported type *proxyserver.headerManger, which can be annoying to use (revive)
lint: pkg/engine/utils.go#L14
unexported-return: exported func NewEngineOption returns unexported type *engine.engineOption, which can be annoying to use (revive)
lint: pkg/engine/proxy.go#L233
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)