Skip to content

Commit 0500084

Browse files
committed
Check return nil in err clauses by linter
1 parent 5e1182b commit 0500084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
linters:
2+
enable:
3+
- nilerr

0 commit comments

Comments
 (0)