Skip to content

Commit c0a314e

Browse files
author
Lorenz Kästle
committed
Fix linter configuration
1 parent a3a86d5 commit c0a314e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
run:
22
timeout: 5m
33

4-
issues.exclude-files:
4+
issues:
5+
exclude-files:
56
- '(.+)_test\.go'
67
- 'internal/config/http_config.go'
78
- 'internal/config/config.go'

0 commit comments

Comments
 (0)