modular GBN #45
Annotations
10 errors and 1 warning
gbn/gbn_server.go#L116
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
gbn/gbn_client.go#L54
cognitive complexity 35 of func `(*gbn).clientHandshake` is high (> 30) (gocognit)
|
gbn/gbn_server.go#L49
cognitive complexity 33 of func `(*gbn).serverHandshake` is high (> 30) (gocognit)
|
gbn/sender.go#L159
calculated cyclomatic complexity for function handleQueueContents is 19, max is 10 (cyclop)
|
gbn/gbn_conn.go#L178
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
gbn/gbn_conn.go#L183
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
gbn/gbn_conn.go#L215
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
gbn/gbn_conn.go#L159
receivePacket returns interface (github.com/lightninglabs/lightning-node-connect/gbn.Message) (ireturn)
|
gbn/sender.go#L181
continue with no blank line before (nlreturn)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading