github.com/vishnusomank/figtree@v0.1.0/.golangci.yml (about)

     1  linters:
     2    enable-all: false
     3    disable-all: true
     4    enable:
     5      - errcheck
     6      - deadcode
     7      - depguard
     8      - gocritic
     9      - gofmt
    10      - goimports
    11      - ineffassign
    12      - misspell
    13      - exportloopref
    14      - structcheck
    15      - typecheck
    16      - unconvert
    17      - unparam
    18      - varcheck