Skip to content

Commit 7d11e24

Browse files
committed
chore: add default exclusions for golangci-lint
This config vastly improves the signal to noise ratio from the linter. https://golangci-lint.run/usage/false-positives/#preset-std-error-handling
1 parent 5164f91 commit 7d11e24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.golangci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: "2"
2+
linters:
3+
exclusions:
4+
presets:
5+
- std-error-handling

0 commit comments

Comments
 (0)