[nspcc-dev/neofs-node#116] policy: Fix grammar.go

Linter prints warnings because of tags on structs
on grammar.go. But we need this syntax, so govet
and golint are turned off for this file.

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
Angira Kekteeva 2021-05-21 00:02:33 +03:00
parent 0caf8cfd95
commit 05d97531a9

View file

@ -1,3 +1,4 @@
//nolint:govet,golint // fails on struct tags here, but participle needs this syntax
package policy
import (