Files
quic-go/.gometalinter.json
2018-02-23 22:39:08 +08:00

14 lines
210 B
JSON

{
"DisableAll": true,
"Exclude": [
"vendor"
],
"Enable": [
"ineffassign",
"vet"
],
"Linters": {
"vet": "go tool vet -printfuncs=Infof,Debugf,Warningf,Errorf:PATH:LINE:MESSAGE"
}
}