forked from TrueCloudLab/frostfs-sdk-go
[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:
parent
0caf8cfd95
commit
05d97531a9
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
//nolint:govet,golint // fails on struct tags here, but participle needs this syntax
|
||||
package policy
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue