fix/nonascii_attributes #69
|
@ -59,7 +59,7 @@ func getNonAscii(root string) ([]string, error) {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if _, ret := matcher.Match(strings.Split(relPath, "/"), nil); ret {
|
||||
if ret, matched := matcher.Match(strings.Split(relPath, "/"), nil); matched && ret["text"].IsUnset() {
|
||||
zzjc123 marked this conversation as resolved
Outdated
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user
just