Skip to content

Commit 38853ad

Browse files
committed
Fix lint: add default:none to disable errcheck
1 parent 344d615 commit 38853ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: "2"
22

33
linters:
4+
default: none
45
enable:
56
- govet
67
- ineffassign

0 commit comments

Comments
 (0)