[#1910] .golangci.yml: Add more useful linkers

Steal them from the neo-go repo.

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
Evgenii Stratonikov 2022-10-17 15:30:43 +03:00 committed by fyrchik
parent d772e35aba
commit 9e46799cd4

View file

@ -41,10 +41,14 @@ linters:
- unused
# extra linters
- bidichk
- durationcheck
- exhaustive
- exportloopref
- gofmt
- whitespace
- goimports
- reassign
- whitespace
disable-all: true
fast: false