Skip to content

Commit 8d5a548

Browse files
committed
chore: lint
1 parent 0713922 commit 8d5a548

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.golangci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ formatters:
1717
enable:
1818
- gofumpt
1919
- goimports
20+
21+
issues:
22+
exclude-rules:
23+
- path: (.+)_test\.go
24+
text: "test files should not have issues"

0 commit comments

Comments
 (0)