github.com/minio/minio-go/v6@v6.0.57/.golangci.yml (about)

     1  linters-settings:
     2    misspell:
     3      locale: US
     4  
     5  linters:
     6    disable-all: true
     7    enable:
     8      - typecheck
     9      - goimports
    10      - misspell
    11      - govet
    12      - golint
    13      - ineffassign
    14      - gosimple
    15      - deadcode
    16      - structcheck