Remove report limits
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6f755aca1f
commit
581ee9d82b
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ issues:
|
||||||
# rule of revive and other errors one really wants to see.
|
# rule of revive and other errors one really wants to see.
|
||||||
# Smme detail: https://github.com/golangci/golangci-lint/issues/456
|
# Smme detail: https://github.com/golangci/golangci-lint/issues/456
|
||||||
exclude-use-default: false
|
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:
|
linters:
|
||||||
disable-all: true
|
disable-all: true
|
||||||
|
|
Loading…
Reference in a new issue