gbn: Sender side only packeting resend bug fix #364
Annotations
10 errors and 1 warning
lint:
gbn/gbn_conn.go#L402
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
gbn/gbn_conn.go#L442
only cuddled expressions if assigning variable or using from line above (wsl)
|
lint:
gbn/queue.go#L135
assignments should only be cuddled with other assignments (wsl)
|
lint:
gbn/queue.go#L137
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
gbn/gbn_conn.go#L394
calculated cyclomatic complexity for function resendQueue is 11, max is 10 (cyclop)
|
lint:
gbn/gbn_conn.go#L441
mnd: Magic number: 7, in <argument> detected (gomnd)
|
lint:
gbn/gbn_conn.go#L803
mnd: Magic number: 2, in <argument> detected (gomnd)
|
lint:
gbn/gbn_conn.go#L451
break with no blank line before (nlreturn)
|
lint:
gbn/gbn_conn.go#L454
break with no blank line before (nlreturn)
|
lint:
gbn/queue.go#L90
return 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