From a6cb608dc63ea3fd4bf426cb4cb105bafbab83c6 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Mon, 31 Jan 2022 12:43:24 +0300 Subject: [PATCH] [#1023] .golangci.yml: remove outdated `govet` settings Placement policy has been moved to SDK recently. Signed-off-by: Evgenii Stratonikov --- .golangci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 6f89a624..91cdc79a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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