Skip to content

Commit 4310b55

Browse files
authored
Merge pull request #218 from smlx/golangci-lint-default-ignore
chore: add default exclusions for golangci-lint
2 parents 5164f91 + 7d11e24 commit 4310b55

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)