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

Configure linter 'goimports'

This commit is contained in:
Vasiliy Vasilyuk
2024-06-30 22:26:42 +03:00
parent 4ccac3351d
commit 4544829f9b

View File

@ -16,6 +16,8 @@ linters:
- whitespace
linters-settings:
goimports:
local-prefixes: github.com/xorcare/testing-go-code-with-postgres
unused:
field-writes-are-uses: false
post-statements-are-reads: true