Skip to content

Update README.md (#2648) #118

Update README.md (#2648)

Update README.md (#2648) #118

Triggered via push July 17, 2023 08:33
Status Failure
Total duration 3m 5s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Lint: api/api.go#L16
exported: comment on exported type Api should be of the form "Api ..." (with optional leading article) (revive)
Lint: api/api.go#L18
var-naming: type Api should be API (revive)
Lint: api/api.go#L148
ifElseChain: rewrite if-else to switch statement (gocritic)
Lint: api/api.go#L182
var-naming: func NewApi should be NewAPI (revive)
Lint: api/api_test.go#L8
cognitive complexity 55 of func `TestEncoding` is high (> 30) (gocognit)
Lint: api/client/client.go#L14
import 'github.com/gorilla/websocket' is not allowed from list 'Main' (depguard)
Lint: api/client/client.go#L125
should rewrite http.NewRequestWithContext or add (*Request).WithContext (noctx)
Lint: api/client/client.go#L193
response body must be closed (bodyclose)
Lint: api/default.go#L19
var-naming: func newApi should be newAPI (revive)
Lint: api/default.go#L50
Error return value is not checked (errcheck)
Summary Report
Process completed with exit code 1.
Unit Tests
Process completed with exit code 1.