fix(healthcheck/nonasciifile): no gitattributes
This commit is contained in:
parent
decadeaef1
commit
373d31cb5c
|
@ -21,7 +21,6 @@ func getNonAscii(root string) ([]string, error) {
|
||||||
_, err := os.Stat(".gitattributes")
|
_, err := os.Stat(".gitattributes")
|
||||||
if os.IsNotExist(err) {
|
if os.IsNotExist(err) {
|
||||||
noAttri = true
|
noAttri = true
|
||||||
return nil, err
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if !noAttri {
|
if !noAttri {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user