1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Enable linter 'testpackage'

This will avoid testing private functions and methods.
This commit is contained in:
Vasiliy Vasilyuk
2023-11-14 22:15:16 +03:00
parent b17c6166dd
commit ab5f864a78
2 changed files with 8 additions and 7 deletions

View File

@ -10,6 +10,7 @@ linters:
- misspell
- staticcheck
- testifylint
- testpackage
- typecheck
- unused
- whitespace