Skip to content

Commit 6111cf9

Browse files
committed
🌱 (chore): enforce usage of stdlib errors and enable wrapcheck via golangci-lint
1 parent 23b74ea commit 6111cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.golangci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ linters:
6969
enable:
7070
- asciicheck
7171
- bidichk
72+
- depguard
7273
- dupl
7374
- errcheck
7475
- copyloopvar
@@ -92,5 +93,6 @@ linters:
9293
- unconvert
9394
- unparam
9495
- unused
96+
- wrapcheck
9597
- whitespace
9698

0 commit comments

Comments
 (0)