github.com/grpc-ecosystem/grpc-gateway/v2@v2.19.1/.golangci.yml (about)

     1  linters:
     2    enable:
     3      - bodyclose
     4      - contextcheck
     5      - errcheck
     6      - errorlint
     7      - exportloopref
     8      - goimports
     9      - gosec
    10      - gosimple
    11      - govet
    12      - ineffassign
    13      - noctx
    14      - staticcheck
    15      - unconvert
    16      - unused