github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/.golangci.yml (about)

     1  linters:
     2    enable:
     3      - depguard
     4      - dogsled
     5      - errcheck
     6      - exportloopref
     7      - goconst
     8      - gocritic
     9      - gofmt
    10      - goimports
    11      - gosimple
    12      - govet
    13      - ineffassign
    14      - megacheck
    15      - misspell
    16      - revive
    17      - staticcheck
    18      - stylecheck
    19      - typecheck
    20      - unconvert
    21      - unused
    22      - whitespace