Skip to content

Commit bbb57ba

Browse files
committed
Disable govet linter
- Exclude govet to avoid false positives on participle struct tags - Keep errcheck, staticcheck, ineffassign, and unused
1 parent 067b554 commit bbb57ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ linters:
66
- staticcheck
77
- ineffassign
88
- unused
9+
disable:
10+
- govet
911

1012
run:
1113
timeout: 5m

0 commit comments

Comments
 (0)