diff --git a/.golangci.yml b/.golangci.yml index 3a2e7c3..35fcf66 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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