forked from quic-go/quic-go
Merge pull request #1745 from lucas-clemente/remove-megacheck
run gometalinter with staticcheck instead of megacheck
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
"deadcode",
|
"deadcode",
|
||||||
"goimports",
|
"goimports",
|
||||||
"ineffassign",
|
"ineffassign",
|
||||||
"megacheck",
|
|
||||||
"misspell",
|
"misspell",
|
||||||
|
"staticcheck",
|
||||||
"structcheck",
|
"structcheck",
|
||||||
"unconvert",
|
"unconvert",
|
||||||
"varcheck",
|
"varcheck",
|
||||||
@@ -19,6 +19,6 @@
|
|||||||
"Linters": {
|
"Linters": {
|
||||||
"vet": "go tool vet -printfuncs=Infof,Debugf,Warningf,Errorf:PATH:LINE:MESSAGE",
|
"vet": "go tool vet -printfuncs=Infof,Debugf,Warningf,Errorf:PATH:LINE:MESSAGE",
|
||||||
"misspell": "misspell -i ect:PATH:LINE:COL: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"
|
"staticcheck": "staticcheck -ignore github.com/lucas-clemente/quic-go/h2quic/response_writer_closenotifier.go:SA1019:PATH:LINE:COL:MESSAGE"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user