Skip to content

Commit 13accb9

Browse files
committed
lint: add .errcheckignore
1 parent d7e0c3f commit 13accb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.errcheckignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(*github.com/go-language-server/jsonrpc2.Conn).Reply

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ linters-settings:
1818
errcheck:
1919
check-type-assertions: true
2020
check-blank: true
21-
# exclude: .errcheckignore
21+
exclude: .errcheckignore
2222
goconst:
2323
min-len: 3
2424
min-occurrences: 3

0 commit comments

Comments
 (0)