github.com/cilium/ebpf@v0.15.1-0.20240517100537-8079b37aa138/.golangci.yaml (about)

     1  ---
     2  linters:
     3    disable-all: true
     4    enable:
     5      - goimports
     6      - gosimple
     7      - govet
     8      - ineffassign
     9      - misspell
    10      - staticcheck
    11      - typecheck
    12      - unused
    13      - gofmt