Skip to content

Commit

Permalink
Disable unecessary lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Apr 22, 2024
1 parent 4b7ff24 commit b0d15bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func main() {

var linkIngress, linkEgress link.Link

//nolint:nestif
if *useXDP {
err = features.HaveProgramType(ebpf.XDP)
if errors.Is(err, ebpf.ErrNotSupported) {
Expand Down

0 comments on commit b0d15bc

Please sign in to comment.