2023-07-10 23:05:51 +03:00
|
|
|
linters:
|
|
|
|
disable-all: true
|
|
|
|
enable:
|
|
|
|
- errcheck
|
|
|
|
- godot
|
2024-10-06 16:10:14 +03:00
|
|
|
- gofumpt
|
2023-07-10 23:05:51 +03:00
|
|
|
- goimports
|
|
|
|
- gosimple
|
|
|
|
- govet
|
|
|
|
- ineffassign
|
|
|
|
- misspell
|
|
|
|
- staticcheck
|
2023-11-14 22:07:15 +03:00
|
|
|
- testifylint
|
2023-11-14 22:15:16 +03:00
|
|
|
- testpackage
|
2023-07-10 23:05:51 +03:00
|
|
|
- typecheck
|
|
|
|
- unused
|
|
|
|
- whitespace
|
2024-06-30 22:32:02 +03:00
|
|
|
- wsl
|
2024-06-30 22:20:57 +03:00
|
|
|
|
|
|
|
linters-settings:
|
2024-06-30 22:26:42 +03:00
|
|
|
goimports:
|
|
|
|
local-prefixes: github.com/xorcare/testing-go-code-with-postgres
|
2024-10-06 16:10:14 +03:00
|
|
|
gofumpt:
|
|
|
|
module-path: github.com/xorcare/testing-go-code-with-postgres
|
2024-06-30 22:20:57 +03:00
|
|
|
unused:
|
|
|
|
field-writes-are-uses: false
|
|
|
|
post-statements-are-reads: true
|
|
|
|
exported-fields-are-used: false
|
|
|
|
local-variables-are-used: false
|