fixed proto #119
Annotations
3 errors
|
|
|
pkg/plugin/ebpfwindows/ebpf_windows_test.go#L864
assignOp: replace `testDropReason = testDropReason | (1 << 30)` with `testDropReason |= (1 << 30)` (gocritic)
|
|
pkg/plugin/ebpfwindows/ebpf_windows_test.go#L776
assignOp: replace `testDropReason = testDropReason | (1 << 30)` with `testDropReason |= (1 << 30)` (gocritic)
|
The logs for this run have expired and are no longer available.
Loading