First commit (moving upfadapter
from smf
repo to its own repo)
#1
master.yml
on: push
build
30s
docker-build
24s
staticcheck
27s
lint
23s
hadolint
6s
license-check
10s
fossa-check
12s
unit-tests
21s
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)
|