forked from quic-go/quic-go
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"DisableAll": true,
|
|
"Exclude": [
|
|
"vendor",
|
|
"streams_map_incoming_generic.go",
|
|
"streams_map_outgoing_generic.go"
|
|
],
|
|
"Enable": [
|
|
"deadcode",
|
|
"ineffassign",
|
|
"vet"
|
|
],
|
|
"Linters": {
|
|
"vet": "go tool vet -printfuncs=Infof,Debugf,Warningf,Errorf:PATH:LINE:MESSAGE"
|
|
}
|
|
}
|