.golangci.yaml 244 B

12345678910111213
  1. issues:
  2. max-issues-per-linter: 0
  3. max-same-issues: 0
  4. exclude-rules:
  5. - linters:
  6. - errcheck
  7. text: "Unsubscribe"
  8. - linters:
  9. - errcheck
  10. text: "msg.Ack"
  11. - linters:
  12. - errcheck
  13. text: "watcher.Stop"