Skip to content

Commit 086c052

Browse files
authored
Merge pull request #1604 from CosmWasm/linter_no_thelper
Deactivate thelper for linter
2 parents 1149653 + 51aae54 commit 086c052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
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)