config golangci to exclude errcheck on test files

This commit is contained in:
2026-05-24 02:24:14 -06:00
parent 7f6a86fa86
commit d71a8eb946
+7
View File
@@ -0,0 +1,7 @@
version: "2"
linters:
exclusions:
rules:
- path: _test\.go
linters:
- errcheck