Skip to content

fixed proto

fixed proto #122

Triggered via pull request September 12, 2025 21:04
Status Failure
Total duration 16m 51s
Artifacts

golangci-lint.yaml

on: pull_request
Matrix: Lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Lint (windows, amd64)
issues found
Lint (windows, amd64): pkg/plugin/ebpfwindows/ebpf_windows_test.go#L864
assignOp: replace `testDropReason = testDropReason | (1 << 30)` with `testDropReason |= (1 << 30)` (gocritic)
Lint (windows, amd64): pkg/plugin/ebpfwindows/ebpf_windows_test.go#L776
assignOp: replace `testDropReason = testDropReason | (1 << 30)` with `testDropReason |= (1 << 30)` (gocritic)
Lint (windows, arm64)
issues found
Lint (windows, arm64): pkg/plugin/ebpfwindows/ebpf_windows_test.go#L864
assignOp: replace `testDropReason = testDropReason | (1 << 30)` with `testDropReason |= (1 << 30)` (gocritic)
Lint (windows, arm64): pkg/plugin/ebpfwindows/ebpf_windows_test.go#L776
assignOp: replace `testDropReason = testDropReason | (1 << 30)` with `testDropReason |= (1 << 30)` (gocritic)