Skip to content

Commit ebe0efc

Browse files
committed
Check return nil in err clauses by linter
1 parent 33447f9 commit ebe0efc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
linters:
2+
enable:
3+
- nilerr

0 commit comments

Comments
 (0)