Skip to content

Commit 1394974

Browse files
committed
fix .golangci.yaml
1 parent 91b5b8a commit 1394974

File tree

2 files changed

+8
-39
lines changed

2 files changed

+8
-39
lines changed

.golangci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
run:
2+
concurrency: 4
3+
timeout: 10m
4+
5+
issues:
6+
exclude-files:
7+
- "zz_generated.*\\.go$"
8+
- "tmp/.*"

.golangci.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)