mirror of https://github.com/milvus-io/milvus.git
[skip ci]Allow static check print all issues (#8442)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/8450/head
parent
ee3eaa2966
commit
8b1e126dd5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue