fix litner for tests

This commit is contained in:
Adem Baccara
2025-09-19 11:07:17 +01:00
parent 8d641f8e9d
commit 9f819c5eb3
+8 -1
View File
@@ -14,7 +14,14 @@ issues:
- dupl
- lll
# exclude some linters for the test directory and test files
- path: test/.*|.*_test\.go
linters:
- dupl
- errcheck
- goconst
- gocyclo
- gosec
linters:
disable-all: true