mirror of https://github.com/milvus-io/milvus.git
Forbid returning merr directly (#26918)
Signed-off-by: yah01 <yah2er0ne@outlook.com>pull/25762/head
parent
0f4475e5e3
commit
22bb9c199b
|
@ -56,6 +56,7 @@ linters-settings:
|
|||
forbidigo:
|
||||
forbid:
|
||||
- '^time\.Tick$'
|
||||
- '^return merr.Err[a-zA-Z]+$'
|
||||
#- 'fmt\.Print.*' WIP
|
||||
|
||||
issues:
|
||||
|
|
Loading…
Reference in New Issue