forked from TrueCloudLab/frostfs-node
[#1023] .golangci.yml: remove outdated govet
settings
Placement policy has been moved to SDK recently. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
476528361e
commit
a6cb608dc6
1 changed files with 0 additions and 6 deletions
|
@ -47,9 +47,3 @@ linters:
|
|||
disable-all: true
|
||||
fast: false
|
||||
|
||||
issues:
|
||||
# Excluding configuration per-path, per-linter, per-text and per-source
|
||||
exclude-rules:
|
||||
- path: policy/grammar\.go # ignore structtag issues there
|
||||
linters:
|
||||
- govet
|
||||
|
|
Loading…
Reference in a new issue