Skip to content

Commit b79c8b0

Browse files
committed
chore: update golangci-lint configuration to skip test files
1 parent 0713922 commit b79c8b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ formatters:
1717
enable:
1818
- gofumpt
1919
- goimports
20+
21+
22+
run:
23+
tests: false

0 commit comments

Comments
 (0)