fix/nonascii_attributes #69
|  | @ -50,6 +50,10 @@ func getNonAscii(root string) ([]string, error) { | |||
| 			} | ||||
| 		} | ||||
| 
 | ||||
| 		if info.Name() == "healthcheck" { | ||||
| 			return nil | ||||
| 
					
					zzjc123 marked this conversation as resolved
					
						
						
							Outdated
						
					
				 | ||||
| 		} | ||||
| 
 | ||||
| 		if gitattrExist { | ||||
| 			relPath, err := filepath.Rel(root, path) | ||||
| 
					
					zzjc123 marked this conversation as resolved
					
						
						
							Outdated
						
					
				 
				
					
						张泊明518370910136
						commented  this line is too long now, should make it in two lines. this line is too long now, should make it in two lines. | ||||
| 			if err != nil { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	
and can this healthcheck skip be removed now?
no we can't for 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.
oh sorry, I didn't see your commit. I will try it soon.
it got fixed.