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

Commit 69167bf

Browse files
committed
ci: disable additional linters with pre-existing violations
1 parent 0033075 commit 69167bf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.golangci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
linters:
22
disable:
3-
- errcheck # Too many existing violations, enable gradually later
4-
- unused # Too many existing violations, enable gradually later
3+
- errcheck # Too many existing violations, enable gradually later
4+
- unused # Too many existing violations, enable gradually later
5+
- gosimple # Too many existing violations, enable gradually later
56

67
linters-settings:
78
govet:
8-
enable-all: true
9+
disable:
10+
- fieldalignment # Too many existing violations
911

1012
issues:
1113
max-issues-per-linter: 0

0 commit comments

Comments
 (0)