Various cleanup and fixes #2186
lint.yaml
on: pull_request
lint
/
Metadata
39s
lint
/
Go
11s
Annotations
11 errors and 1 warning
lint / Go:
association_stats.go#L11
field `nPackets` is unused (unused)
|
lint / Go:
association_stats.go#L15
field `nSACKsSent` is unused (unused)
|
lint / Go:
association_stats.go#L21
func `(*associationStats).incPackets` is unused (unused)
|
lint / Go:
association_stats.go#L25
func `(*associationStats).getNumPackets` is unused (unused)
|
lint / Go:
association_stats.go#L33
func `(*associationStats).getNumPacketsSent` is unused (unused)
|
lint / Go:
association_stats.go#L53
func `(*associationStats).incSACKsSent` is unused (unused)
|
lint / Go:
association_stats.go#L57
func `(*associationStats).getNumSACKsSent` is unused (unused)
|
lint / Go:
payload_queue.go#L24
func `(*payloadQueue).updateSortedKeys` is unused (unused)
|
lint / Go:
association.go#L2483
unnecessary leading newline (whitespace)
|
lint / Go
issues found
|
Invalid Go version:
go.mod#L12
Found 1.13. Expected 1.19
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/sctp/sctp. Supported file pattern: go.sum
|