Skip to content

Commit 2338349

Browse files
committed
fix golang ci lint
1 parent 237978f commit 2338349

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ run:
66
issues:
77
max-issues-per-linter: 0
88
max-same-issues: 0
9+
exclude-rules:
10+
- path: _test\.go
11+
linters:
12+
- prealloc
913

1014
linters:
1115
enable:

0 commit comments

Comments
 (0)