github.com/datreeio/datree@v1.9.22-rc/.golangci.yml (about)

     1  run:
     2    timeout: 5m
     3  
     4  linters:
     5    disable-all: true
     6    enable:
     7      # Defaults
     8      - deadcode
     9      - errcheck
    10      - gosimple
    11      - govet
    12      - ineffassign
    13      - staticcheck
    14      - structcheck
    15      - typecheck
    16      - varcheck
    17  
    18      # Extras
    19      - gofmt
    20      - goimports