forked from TrueCloudLab/frostfs-node
[#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
|
- 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue