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

Commit 0033075

Browse files
committed
ci: disable unused linter temporarily
1 parent 5ce6a48 commit 0033075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
linters:
22
disable:
33
- errcheck # Too many existing violations, enable gradually later
4+
- unused # Too many existing violations, enable gradually later
45

56
linters-settings:
67
govet:

0 commit comments

Comments
 (0)