Remove report limits

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-07-14 16:39:52 +02:00
parent 6f755aca1f
commit 581ee9d82b
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -17,6 +17,9 @@ issues:
# rule of revive and other errors one really wants to see.
# Smme detail: https://github.com/golangci/golangci-lint/issues/456
exclude-use-default: false
# Don't limit the number of shown issues: Report ALL of them
max-issues-per-linter: 0
max-same-issues: 0
linters:
disable-all: true