Skip to content

Commit

Permalink
Deactivate thelper for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Sep 5, 2023
1 parent 1149653 commit 51aae54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ linters:
- revive
- stylecheck
- typecheck
- thelper
# - thelper # too many positives with table tests that have custom setup(*testing.T)
- unconvert
- unused

Expand Down

0 comments on commit 51aae54

Please sign in to comment.