Skip to content

Store(local dir) and Serve(http server) FBC #213

Store(local dir) and Serve(http server) FBC

Store(local dir) and Serve(http server) FBC #213

Triggered via pull request August 10, 2023 19:42
Status Failure
Total duration 2m 40s
Artifacts

sanity.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
lint: pkg/http_server/server.go#L24
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
lint
Process completed with exit code 2.
lint: pkg/http_server/server.go#L16
unexported-return: exported func NewServer returns unexported type httpserver.server, which can be annoying to use (revive)
lint: pkg/storage/localdir.go#L32
if-return: redundant if ...; err != nil check, just return error instead. (revive)