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 3fdad5f70e - Show all commits

View File

@ -50,6 +50,10 @@ 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)
if err != nil { if err != nil {