Skip to content

Commit c3eb090

Browse files
Lint without errcheck
(For now, at least.)
1 parent 53f53a7 commit c3eb090

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.golangci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: "2"
2+
3+
linters:
4+
disable:
5+
- errcheck

0 commit comments

Comments
 (0)