github.com/confluentinc/cli@v1.100.0/.golangci.yml (about)

     1  run:
     2    skip-dirs:
     3    - tools
     4  
     5  linters:
     6    disable:
     7      - megacheck # doesn't work due to tools.go
     8  
     9  linters-settings:
    10    errcheck:
    11      exclude: .excludes.txt 
    12