You've already forked testing-go-code-with-postgres
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:
@ -10,6 +10,7 @@ linters:
|
||||
- misspell
|
||||
- staticcheck
|
||||
- testifylint
|
||||
- testpackage
|
||||
- typecheck
|
||||
- unused
|
||||
- whitespace
|
||||
|
Reference in New Issue
Block a user