Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 5ce6a48

Browse files
committed
ci: add golangci-lint config to disable errcheck
1 parent 8f4f6af commit 5ce6a48

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.golangci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
linters:
2+
disable:
3+
- errcheck # Too many existing violations, enable gradually later
4+
5+
linters-settings:
6+
govet:
7+
enable-all: true
8+
9+
issues:
10+
max-issues-per-linter: 0
11+
max-same-issues: 0

0 commit comments

Comments
 (0)