Skip to content

feat: add IP & ICMP packet implementations #7

feat: add IP & ICMP packet implementations

feat: add IP & ICMP packet implementations #7

Triggered via pull request October 19, 2024 21:02
Status Failure
Total duration 27s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: src/packets/icmp.ts#L62
Type number trivially inferred from a number literal, remove type annotation
lint: src/packets/icmp.ts#L65
Type number trivially inferred from a number literal, remove type annotation
lint: src/packets/ip.ts#L22
'octets' is never reassigned. Use 'const' instead
lint: src/packets/ip.ts#L24
'octetInt' is never reassigned. Use 'const' instead
lint: src/packets/ip.ts#L58
Literals should be exposed using readonly fields
lint: src/packets/ip.ts#L64
Literals should be exposed using readonly fields
lint: src/packets/ip.ts#L68
Type number trivially inferred from a number literal, remove type annotation
lint: src/packets/ip.ts#L77
Type number trivially inferred from a number literal, remove type annotation
lint: src/packets/ip.ts#L81
Type number trivially inferred from a number literal, remove type annotation
lint: src/packets/ip.ts#L86
Type number trivially inferred from a number literal, remove type annotation