25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"DisableAll": true,
|
|
"Exclude": [
|
|
"vendor",
|
|
"streams_map_incoming_generic.go",
|
|
"streams_map_outgoing_generic.go"
|
|
],
|
|
"Enable": [
|
|
"deadcode",
|
|
"goimports",
|
|
"ineffassign",
|
|
"megacheck",
|
|
"misspell",
|
|
"structcheck",
|
|
"unconvert",
|
|
"varcheck",
|
|
"vet"
|
|
],
|
|
"Linters": {
|
|
"vet": "go tool vet -printfuncs=Infof,Debugf,Warningf,Errorf:PATH:LINE:MESSAGE",
|
|
"misspell": "misspell -i ect:PATH:LINE:COL:MESSAGE",
|
|
"megacheck": "megacheck -ignore github.com/lucas-clemente/quic-go/h2quic/response_writer_closenotifier.go:SA1019:PATH:LINE:COL:MESSAGE"
|
|
}
|
|
}
|