[#165] cli: Drop redundant nolint comment

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
pull/176/head
Dmitrii Stepanov 2023-03-23 16:14:43 +03:00 committed by Gitea
parent 1d5f2dd681
commit 04b3d9d068
1 changed files with 0 additions and 2 deletions

View File

@ -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")