We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d0f8d commit 898ffc4Copy full SHA for 898ffc4
rule/enum.go
@@ -48,7 +48,6 @@ func (r *ScopeEnumRule) Apply(arg interface{}, flags map[string]interface{}) err
48
if err != nil {
49
return errInvalidFlag(r.Name(), "allow-empty", err)
50
}
51
- return nil
52
53
54
// sorting the string elements for binary search
0 commit comments