Skip to content

NSM Dashboard initial impl. #10

NSM Dashboard initial impl.

NSM Dashboard initial impl. #10

Triggered via pull request December 5, 2023 16:38
Status Failure
Total duration 1m 15s
Artifacts

ci.yaml

on: pull_request
yamllint  /  yamllint
11s
yamllint / yamllint
shellcheck  /  shellcheck
15s
shellcheck / shellcheck
golangci-lint  /  golangci-lint
23s
golangci-lint / golangci-lint
excludeFmtErrorf  /  exclude-fmt-errorf
4s
excludeFmtErrorf / exclude-fmt-errorf
restrictNSMDeps  /  restrict-nsm-deps
3s
restrictNSMDeps / restrict-nsm-deps
checkgomod  /  checkgomod
16s
checkgomod / checkgomod
gogenerate  /  gogenerate
19s
gogenerate / gogenerate
excludereplace  /  excludereplace
2s
excludereplace / excludereplace
docker-build-and-test  /  push
1m 2s
docker-build-and-test / push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
checkgomod / checkgomod
Process completed with exit code 1.
golangci-lint / golangci-lint: dashboard-backend.go#L61
Function 'main' has too many statements (58 > 50) (funlen)
golangci-lint / golangci-lint: model.go#L46
commentFormatting: put a space between `//` and comment text (gocritic)
golangci-lint / golangci-lint: model.go#L55
commentFormatting: put a space between `//` and comment text (gocritic)
golangci-lint / golangci-lint: model.go#L108
ifElseChain: rewrite if-else to switch statement (gocritic)
golangci-lint / golangci-lint: model.go#L198
ifElseChain: rewrite if-else to switch statement (gocritic)
golangci-lint / golangci-lint: model.go#L77
cyclomatic complexity 17 of func `parceConnectionsToGraphicalModel` is high (> 15) (gocyclo)
golangci-lint / golangci-lint: dashboard-backend.go#L1
Missed header for check (goheader)
golangci-lint / golangci-lint: model.go#L1
Missed header for check (goheader)
golangci-lint / golangci-lint: dashboard-backend.go#L19
File is not `goimports`-ed with -local github.com/networkservicemesh (goimports)
golangci-lint / golangci-lint: dashboard-backend.go#L108
shadow: declaration of "err" shadows declaration at line 67 (govet)
docker-build-and-test / push
Process completed with exit code 1.
golangci-lint / golangci-lint: dashboard-backend.go#L32
exported: exported const RegistryAddr should have comment or be unexported (revive)