[#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 - unused
# extra linters # extra linters
- bidichk
- durationcheck
- exhaustive - exhaustive
- exportloopref
- gofmt - gofmt
- whitespace
- goimports - goimports
- reassign
- whitespace
disable-all: true disable-all: true
fast: false fast: false