Various cleanup and fixes #2183
lint.yaml
on: pull_request
lint
/
Metadata
10s
lint
/
Go
17s
Annotations
11 errors and 1 warning
Invalid Go version:
go.mod#L12
Found 1.13. Expected 1.19
|
lint / Go:
association.go#L689
association.go:689: Line contains TODO/BUG/FIXME: "TODO: This feels inefficient to unmarsha..." (godox)
|
lint / Go:
association.go#L1369
association.go:1369: Line contains TODO/BUG/FIXME: "TODO: add COMMUNICATION UP?" (godox)
|
lint / Go:
association.go#L1398
association.go:1398: Line contains TODO/BUG/FIXME: "TODO: add COMMUNICATION UP?" (godox)
|
lint / Go:
association.go#L2496
association.go:2496: Line contains TODO/BUG/FIXME: "TODO: chunkHeartbeatAck not handled?" (godox)
|
lint / Go:
reassembly_queue.go#L166
reassembly_queue.go:166: Line contains TODO/BUG/FIXME: "TODO: add caution around SSN wrapping he..." (godox)
|
lint / Go:
reassembly_queue.go#L168
reassembly_queue.go:168: Line contains TODO/BUG/FIXME: "TODO: this slice can get pretty big; it ..." (godox)
|
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 / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/sctp/sctp. Supported file pattern: go.sum
|