Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Jan 13, 2025
1 parent 72acb85 commit f3c50db
Showing 1 changed file with 16 additions and 25 deletions.
41 changes: 16 additions & 25 deletions jetstream/.golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
run:
concurrency: 4
issues-exit-code: 1
tests: true
modules-download-mode: readonly
timeout: 5m

output:
formats:
- format: colored-line-number
path: stdout
print-issued-lines: true
print-linter-name: true

linters:
disable-all: true
enable:
- gofmt
- govet
- staticcheck
- misspell

linters-settings:
misspell:
locale: US
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"

0 comments on commit f3c50db

Please sign in to comment.