.golangci.yaml 299 B

1234567891011121314151617
  1. run:
  2. timeout: 5m
  3. linters:
  4. enable:
  5. - asasalint
  6. - bidichk
  7. - bodyclose
  8. - containedctx
  9. - contextcheck
  10. - exportloopref
  11. - gocheckcompilerdirectives
  12. # FIXME: for some reason this errors on windows
  13. # - gofmt
  14. # - goimports
  15. - misspell
  16. - nilerr
  17. - unused