Commit c03c715f authored by liuyuhang's avatar liuyuhang

Update linter_warning处理.md

parent 8bd9ef1a
## 本地查看自己所修改模块golint warning的命令:
## 本地查看自己所修改模块golint warning的命令:
......@@ -3,8 +3,8 @@
> * golint -set_exit_status plugin/dapp/...
## 本地查看自己所修改模块vet warning的命令:
> * go vet plugin/...
> * go vet plugin/dapp/...
> * go vet ./plugin/...
> * go vet ./plugin/dapp/...
## 本地查看自己所修改模块ineffassign warning的命令:
> * ineffassign plugin/...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment