github.com/khulnasoft-lab/kube-bench@v0.2.1-0.20240330183753-9df52345ae58/.golangci.yaml (about)

     1  ---
     2  linters:
     3    disable-all: true
     4    enable:
     5      - deadcode
     6      - gocyclo
     7      - gofmt
     8      - goimports
     9      - govet
    10      - misspell
    11      - typecheck
    12      - varcheck