[#1023] .golangci.yml: remove outdated `govet` settings

Placement policy has been moved to SDK recently.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
remotes/fyrchik/morph-wrappers
Evgenii Stratonikov 2022-01-31 12:43:24 +03:00 committed by Alex Vanin
parent 476528361e
commit a6cb608dc6
1 changed files with 0 additions and 6 deletions

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