File: .golangci.yaml

package info (click to toggle)
golang-github-nats-io-go-nats 1.41.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 3,096 kB
  • sloc: sh: 13; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
issues:
  max-issues-per-linter: 0
  max-same-issues: 0
  exclude-rules:
    - linters:
      - errcheck
      text: "Unsubscribe"
    - linters:
      - errcheck
      text: "Drain"
    - linters:
      - errcheck
      text: "msg.Ack"
    - linters:
      - errcheck
      text: "watcher.Stop"