First commit (moving upfadapter
from smf
repo to its own repo)
#2
master.yml
on: push
build
5s
docker-build
31s
staticcheck
23s
lint
18s
hadolint
9s
license-check
9s
fossa-check
16s
unit-tests
8s
Annotations
10 errors
lint:
pfcp/message/send.go#L38
Error return value of `udp.SendPfcp` is not checked (errcheck)
|
lint:
pfcp/message/send.go#L91
Error return value is not checked (errcheck)
|
lint:
pfcp/util.go#L125
Error return value of `message.SendPfcpSessionDeletionRequest` is not checked (errcheck)
|
lint:
upfadapter.go#L30
Error return value of `json.Unmarshal` is not checked (errcheck)
|
lint:
upfadapter.go#L50
Error return value of `w.Write` is not checked (errcheck)
|
lint:
upfadapter.go#L62
Error return value of `http.ListenAndServe` is not checked (errcheck)
|
lint:
config/config.go#L151
unnecessary leading newline (whitespace)
|
lint:
pfcp/handler/handler.go#L113
unnecessary leading newline (whitespace)
|
lint:
pfcp/message/send.go#L82
unnecessary leading newline (whitespace)
|
lint:
pfcp/util.go#L32
shadow: declaration of "err" shadows declaration at line 21 (govet)
|