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 'testifylint'

This will allow to avoid mistakes.
This commit is contained in:
Vasiliy Vasilyuk
2023-11-14 22:07:15 +03:00
parent 0339ceb25b
commit b17c6166dd

View File

@ -9,6 +9,7 @@ linters:
- ineffassign
- misspell
- staticcheck
- testifylint
- typecheck
- unused
- whitespace