[#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:
Evgenii Stratonikov 2022-01-31 12:43:24 +03:00 committed by Alex Vanin
parent 476528361e
commit a6cb608dc6

View file

@ -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