We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24814a commit 754552bCopy full SHA for 754552b
.golangci.yml
@@ -191,18 +191,13 @@ issues:
191
linters:
192
- errcheck
193
# future use
194
- - path: jsonrpc2.go
195
- linters:
196
- - deadcode
197
- - unused
198
- - varcheck
199
- text: "`(reqWaiting|reqDone)` is unused"
200
- # future use
201
- - linters:
202
203
204
+ - path: wire.go
205
text: "`(codeServerErrorStart|codeServerErrorEnd)` is unused"
206
# goroutine
207
- path: handler.go
208
text: "Error return value of `handler` is not checked"
+ # TODO(zchee): investigate why fail
+ - path: wire_test.go
+ text: "TestIDEncode's subtests should call t.Parallel"
+ linters:
+ - tparallel
0 commit comments