refactor: switch from passive libpcap to active NFQUEUE + XDP inline … #110
pipeline.yml
on: push
Lint
1m 30s
Unit Tests
57s
Integration Tests
43s
XDP Integration Tests
56s
PR Summary
0s
Matrix: build-binaries
Annotations
5 errors
|
Lint
Process completed with exit code 1.
|
|
Lint:
internal/blocker/blocker.go#L116
`cancelled` is a misspelling of `canceled` (misspell)
|
|
Lint:
internal/blocker/blocker.go#L86
G115: integer overflow conversion int -> uint16 (gosec)
|
|
Lint:
internal/blocker/blocker.go#L124
cyclomatic complexity 18 of func `(*Blocker).processNFQPacket` is high (> 15) (gocyclo)
|
|
Lint:
internal/blocker/logger_test.go#L174
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|