gbn: Sender side only packeting resend bug fix #368
Annotations
10 errors and 1 warning
gbn/gbn_conn.go#L501
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
|
gbn/gbn_conn.go#L106
var-naming: struct field catchUpId should be catchUpID (revive)
|
gbn/gbn_conn.go#L887
var-naming: method parameter catchUpId should be catchUpID (revive)
|
gbn/gbn_conn.go#L899
var-naming: var currentcatchUpId should be currentcatchUpID (revive)
|
gbn/gbn_conn.go#L492
return statements should not be cuddled if block has more than two lines (wsl)
|
gbn/gbn_conn.go#L544
only cuddled expressions if assigning variable or using from line above (wsl)
|
gbn/queue.go#L135
assignments should only be cuddled with other assignments (wsl)
|
gbn/queue.go#L137
return statements should not be cuddled if block has more than two lines (wsl)
|
gbn/gbn_conn.go#L484
calculated cyclomatic complexity for function resendQueue is 11, max is 10 (cyclop)
|
gbn/gbn_conn.go#L81
Duplicate words (the) found (dupword)
|
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