Skip to content

Commit 51aae54

Browse files
committed
Deactivate thelper for linter
1 parent 1149653 commit 51aae54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ linters:
3131
- revive
3232
- stylecheck
3333
- typecheck
34-
- thelper
34+
# - thelper # too many positives with table tests that have custom setup(*testing.T)
3535
- unconvert
3636
- unused
3737

0 commit comments

Comments
 (0)