fix(healthcheck/nonasciifile): revert skip healthcheck
This commit is contained in:
parent
68e4c8e01e
commit
3fdad5f70e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user