Skip to content

Commit 754552b

Browse files
committed
golangci-lint: update issues section
1 parent e24814a commit 754552b

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.golangci.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -191,18 +191,13 @@ issues:
191191
linters:
192192
- errcheck
193193
# 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-
- deadcode
203-
- unused
204-
- varcheck
194+
- path: wire.go
205195
text: "`(codeServerErrorStart|codeServerErrorEnd)` is unused"
206196
# goroutine
207197
- path: handler.go
208198
text: "Error return value of `handler` is not checked"
199+
# TODO(zchee): investigate why fail
200+
- path: wire_test.go
201+
text: "TestIDEncode's subtests should call t.Parallel"
202+
linters:
203+
- tparallel

0 commit comments

Comments
 (0)