[#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:
parent
d772e35aba
commit
9e46799cd4
1 changed files with 5 additions and 1 deletions
|
@ -41,10 +41,14 @@ linters:
|
|||
- unused
|
||||
|
||||
# extra linters
|
||||
- bidichk
|
||||
- durationcheck
|
||||
- exhaustive
|
||||
- exportloopref
|
||||
- gofmt
|
||||
- whitespace
|
||||
- goimports
|
||||
- reassign
|
||||
- whitespace
|
||||
disable-all: true
|
||||
fast: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue