From 04b3d9d068fdede25e0f5dee98087270e76d97a1 Mon Sep 17 00:00:00 2001 From: Dmitrii Stepanov Date: Thu, 23 Mar 2023 16:14:43 +0300 Subject: [PATCH] [#165] cli: Drop redundant nolint comment Signed-off-by: Dmitrii Stepanov --- cmd/frostfs-cli/modules/util/acl.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/frostfs-cli/modules/util/acl.go b/cmd/frostfs-cli/modules/util/acl.go index c8366e5be..4c2e324b3 100644 --- a/cmd/frostfs-cli/modules/util/acl.go +++ b/cmd/frostfs-cli/modules/util/acl.go @@ -162,8 +162,6 @@ func eaclFiltersToString(fs []eacl.Filter) string { // ParseEACLRules parses eACL table. // Uses ParseEACLRule. -// -//nolint:godot func ParseEACLRules(table *eacl.Table, rules []string) error { if len(rules) == 0 { return errors.New("no extended ACL rules has been provided")