forked from quic-go/quic-go
14 lines
210 B
JSON
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"
|
|
}
|
|
}
|