github.com/KinWaiYuen/client-go/v2@v2.5.4/.golangci.yml (about)

     1  linters:
     2    disable-all: true
     3    enable:
     4      - bodyclose
     5      - deadcode
     6      - depguard
     7      - exportloopref
     8      - gofmt
     9      - goimports
    10      - golint
    11      - goprintffuncname
    12      - gosimple
    13      - govet
    14      - ineffassign
    15      - misspell
    16      - noctx
    17      - nolintlint
    18      - rowserrcheck
    19      - staticcheck
    20      - structcheck
    21      - typecheck
    22      - unconvert
    23      - unused
    24      - varcheck
    25  
    26  issues:
    27    include:
    28      - EXC0002 # disable excluding of issues about comments from golint