.golangci.yaml 340 B

12345678910111213141516171819
  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. - nolintlint
  18. - nosprintfhostport
  19. - unused