frostfs-cli & frostfs-ir refactorings #165

Merged
fyrchik merged 5 commits from dstepanov-yadro/frostfs-node:refactoring/OBJECT-3610_cli_ir into master 2023-03-27 07:43:58 +00:00
Showing only changes of commit eafb873a47 - Show all commits

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