forked from TrueCloudLab/frostfs-node
[#165] cli: Drop redundant nolint comment
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
1d5f2dd681
commit
04b3d9d068
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue