fix(ci): use -skip flag instead of negative lookahead regex #95
pipeline.yml
on: push
Lint
1m 24s
Unit Tests
39s
Integration Tests
38s
XDP Integration Tests
42s
PR Summary
0s
Matrix: build-binaries
Annotations
8 errors
|
XDP Integration Tests
Process completed with exit code 2.
|
|
Lint
Process completed with exit code 1.
|
|
Lint:
internal/xdp/loader.go#L14
exported: type name will be used as xdp.XDPFilter by other packages, and that stutters; consider calling this Filter (revive)
|
|
Lint:
internal/xdp/map.go#L56
G115: integer overflow conversion int64 -> uint64 (gosec)
|
|
Lint:
internal/xdp/loader.go#L71
G104: Errors unhandled (gosec)
|
|
Lint:
internal/xdp/loader.go#L43
G104: Errors unhandled (gosec)
|
|
Lint:
internal/xdp/loader.go#L32
G104: Errors unhandled (gosec)
|
|
Lint:
cmd/btblocker/main.go#L38
cyclomatic complexity 21 of func `main` is high (> 15) (gocyclo)
|