forked from TrueCloudLab/frostfs-node
[#1910] .golangci.yml: Move unused
to a list of default linters
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
0a1530afa0
commit
347912ea0b
1 changed files with 1 additions and 1 deletions
|
@ -37,13 +37,13 @@ linters:
|
|||
- ineffassign
|
||||
- staticcheck
|
||||
- typecheck
|
||||
- unused
|
||||
|
||||
# extra linters
|
||||
- exhaustive
|
||||
- gofmt
|
||||
- whitespace
|
||||
- goimports
|
||||
- unused
|
||||
disable-all: true
|
||||
fast: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue