[skip ci]Allow static check print all issues (#8442)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/8450/head
congqixia 2021-09-24 10:39:54 +08:00 committed by GitHub
parent ee3eaa2966
commit 8b1e126dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ issues:
- G307
# Use of weak random number generator math/rand
- G404
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
max-issues-per-linter: 0
# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
max-same-issues: 0
service:
golangci-lint-version: 1.27.0 # use the fixed version to not introduce new linters unexpectedly