We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdedf1b commit dde66e8Copy full SHA for dde66e8
server_json.go
@@ -19,6 +19,7 @@ import (
19
)
20
21
// ServerHandler jsonrpc2.Handler of Language Server Prococol Server.
22
+//nolint:unparam
23
func ServerHandler(server Server, handler jsonrpc2.Handler) jsonrpc2.Handler {
24
h := func(ctx context.Context, reply jsonrpc2.Replier, req jsonrpc2.Request) error {
25
if ctx.Err() != nil {
0 commit comments