Skip to content

feat: implement an apache adaptor #113

feat: implement an apache adaptor

feat: implement an apache adaptor #113

Triggered via pull request October 11, 2024 07:12
Status Failure
Total duration 47s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint: bridge/apache_bridge.go#L22
S1034: assigning the result of this type assertion to a variable (switch reader := reader.(type)) could eliminate type assertions in switch cases (gosimple)
lint: bridge/apache_bridge.go#L24
S1034(related information): could eliminate this type assertion (gosimple)
lint: bridge/apache_bridge.go#L26
S1034(related information): could eliminate this type assertion (gosimple)
lint: bridge/apache_bridge.go#L50
S1034: assigning the result of this type assertion to a variable (switch writer := writer.(type)) could eliminate type assertions in switch cases (gosimple)
lint: bridge/apache_bridge.go#L52
S1034(related information): could eliminate this type assertion (gosimple)
lint
issues found
compliant
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/