Skip to content

Commit 52eed7f

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent f84d602 commit 52eed7f

File tree

5 files changed

+9
-223
lines changed

5 files changed

+9
-223
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ linters:
3434
- dupl
3535
- lll
3636
path: internal/*
37+
- linters:
38+
- staticcheck
39+
text: "ST1001:"
40+
path: test/.*
3741
paths:
3842
- third_party$
3943
- builtin$

0 commit comments

Comments
 (0)