github.com/lalkh/containerd@v1.4.3/.golangci.yml (about)

     1  linters:
     2    enable:
     3      - structcheck
     4      - varcheck
     5      - staticcheck
     6      - unconvert
     7      - gofmt
     8      - goimports
     9      - golint
    10      - ineffassign
    11      - vet
    12      - unused
    13      - misspell
    14    disable:
    15      - errcheck
    16  
    17  run:
    18    timeout: 3m
    19    skip-dirs:
    20      - api
    21      - design
    22      - docs
    23      - docs/man