fix/nonascii_attributes #69

Merged
张泊明518370910136 merged 11 commits from fix/nonascii_attributes into master 2024-10-21 17:04:53 +08:00
Showing only changes of commit c7b8cda34d - Show all commits

View File

@ -50,10 +50,6 @@ func getNonAscii(root string) ([]string, error) {
} }
} }
if info.Name() == "healthcheck" {
return nil
}
if gitattrExist { if gitattrExist {
relPath, err := filepath.Rel(root, path) relPath, err := filepath.Rel(root, path)
zzjc123 marked this conversation as resolved Outdated

and can this healthcheck skip be removed now?

and can this healthcheck skip be removed now?

no we can't for now.

no we can't for now.

what about now?

what about now?

what do you mean? for now we still need to copy the healthcheck bin into /w to run for test case. I don't now what's the better solution.

what do you mean? for now we still need to copy the healthcheck bin into /w to run for test case. I don't now what's the better solution.

oh sorry, I didn't see your commit. I will try it soon.

oh sorry, I didn't see your commit. I will try it soon.

it got fixed.

it got fixed.
if err != nil { if err != nil {